Wed Apr 9 16:21:48 2008 UTC ()
Add PLIST_VARS setting missing from previous commit.


(jlam)
diff -r1.1 -r1.2 pkgsrc/devel/libstatgrab/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/devel/libstatgrab/options.mk (expand / switch to unified diff)

--- pkgsrc/devel/libstatgrab/options.mk 2008/04/09 16:18:39 1.1
+++ pkgsrc/devel/libstatgrab/options.mk 2008/04/09 16:21:48 1.2
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: options.mk,v 1.1 2008/04/09 16:18:39 jlam Exp $ 1# $NetBSD: options.mk,v 1.2 2008/04/09 16:21:48 jlam Exp $
2 2
3PKG_OPTIONS_VAR= libstatgrab 3PKG_OPTIONS_VAR= libstatgrab
4PKG_SUPPORTED_OPTIONS= saidar statgrab 4PKG_SUPPORTED_OPTIONS= saidar statgrab
5PKG_DEFAULT_OPTIONS= saidar statgrab 5PKG_DEFAULT_OPTIONS= saidar statgrab
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
 9PLIST_VARS+= saidar statgrab
 10
9.if defined(WITHOUT_SAIDAR) 11.if defined(WITHOUT_SAIDAR)
10PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable WITHOUT_SAIDAR used; use \`\`-saidar'' instead." 12PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable WITHOUT_SAIDAR used; use \`\`-saidar'' instead."
11.endif 13.endif
12.if defined(WITHOUT_STATGRAB) 14.if defined(WITHOUT_STATGRAB)
13PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable WITHOUT_STATGRAB used; use \`\`-statgrab'' instead." 15PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable WITHOUT_STATGRAB used; use \`\`-statgrab'' instead."
14.endif 16.endif
15 17
16.if !empty(PKG_OPTIONS:Mstatgrab) 18.if !empty(PKG_OPTIONS:Mstatgrab)
17PLIST.statgrab= yes 19PLIST.statgrab= yes
18.else 20.else
19CONFIGURE_ARGS+= --disable-statgrab 21CONFIGURE_ARGS+= --disable-statgrab
20.endif 22.endif
21 23