pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libslang2 Try to fix uncompleted PLIST handling.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abe0f6bbf244
branches:  trunk
changeset: 546340:abe0f6bbf244
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Aug 28 07:39:49 2008 +0000

description:
Try to fix uncompleted PLIST handling.

diffstat:

 devel/libslang2/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r e7813043db09 -r abe0f6bbf244 devel/libslang2/options.mk
--- a/devel/libslang2/options.mk        Thu Aug 28 03:49:32 2008 +0000
+++ b/devel/libslang2/options.mk        Thu Aug 28 07:39:49 2008 +0000
@@ -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 @@
 .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 @@
 
 .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 @@
 
 .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



Home | Main Index | Thread Index | Old Index