mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
279 B
Makefile
12 lines
279 B
Makefile
# $NetBSD: options.mk,v 1.1 2008/03/02 15:35:33 bjs Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.less
|
|
PKG_SUPPORTED_OPTIONS= pcre
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mpcre)
|
|
CONFIGURE_ARGS+= --with-regex=pcre
|
|
. include "../../devel/pcre/buildlink3.mk"
|
|
.endif
|