summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-08-28 07:39:49 +0000
committerobache <obache@pkgsrc.org>2008-08-28 07:39:49 +0000
commit3ef37b026c1bd28847aec563f6122cbd443f3370 (patch)
treecaf6db48f33405efdcfa1fc7fc446606a0a7041e /devel
parent70f656aefe29bf11ad8b565d0e5f99fdab247b31 (diff)
downloadpkgsrc-3ef37b026c1bd28847aec563f6122cbd443f3370.tar.gz
Try to fix uncompleted PLIST handling.
Diffstat (limited to 'devel')
-rw-r--r--devel/libslang2/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libslang2/options.mk b/devel/libslang2/options.mk
index 35218d04f9b..2d0d71dbbb4 100644
--- a/devel/libslang2/options.mk
+++ b/devel/libslang2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/08/09 21:22:11 bjs Exp $
+# $NetBSD: options.mk,v 1.2 2008/08/28 07:39:49 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.libslang2
PKG_SUPPORTED_OPTIONS= png oniguruma pcre
@@ -6,12 +6,10 @@ PKG_SUPPORTED_OPTIONS= png oniguruma pcre
.include "../../mk/bsd.options.mk"
PLIST_VARS= ${PKG_SUPPORTED_OPTIONS}
-.for var in ${PLIST_VARS}
-PLIST.${var}= yes
-.endfor
.if !empty(PKG_OPTIONS:Mpng)
CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png}
+PLIST.png= yes
. include "../../graphics/png/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-png
@@ -19,6 +17,7 @@ CONFIGURE_ARGS+= --without-png
.if !empty(PKG_OPTIONS:Mpcre)
CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre}
+PLIST.pcre= yes
. include "../../devel/pcre/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-pcre
@@ -26,6 +25,7 @@ CONFIGURE_ARGS+= --without-pcre
.if !empty(PKG_OPTIONS:Moniguruma)
CONFIGURE_ARGS+= --with-onig=${BUILDLINK_PREFIX.oniguruma}
+PLIST.oniguruma= yes
. include "../../textproc/oniguruma/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-onig