summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordillo <dillo>2005-07-26 09:37:50 +0000
committerdillo <dillo>2005-07-26 09:37:50 +0000
commitf500e6f267d4eb28d2c481e0c096ca096400e818 (patch)
tree9a007c532f67c5546378e7eacdd29aa06c6da352 /doc
parent9479f74e4ca77e5bb5b00cb15c4ed408ecac370f (diff)
downloadpkgsrc-f500e6f267d4eb28d2c481e0c096ca096400e818.tar.gz
document PKG_OPTIONS_NONEMPTY_SETS
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/options.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/guide/files/options.xml b/doc/guide/files/options.xml
index c82a81d33b4..fdbc92cf0e2 100644
--- a/doc/guide/files/options.xml
+++ b/doc/guide/files/options.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: options.xml,v 1.9 2005/06/11 16:31:03 dillo Exp $ -->
+<!-- $NetBSD: options.xml,v 1.10 2005/07/26 09:37:50 dillo Exp $ -->
<!-- based on: pkgsrc/mk/bsd.options.mk 1.42 -->
@@ -110,6 +110,14 @@ groups will be automatically added to
packages will fail if no option from the group is
selected.</para></listitem>
+<listitem><para><varname>PKG_OPTIONS_NONEMPTY_SETS</varname> is a list
+of names of sets of options. At least one option from each set must
+be selected. The options in each set are listed in
+<varname>PKG_OPTIONS_SET.<replaceable>setname</replaceable></varname>.
+Options from the sets will be automatically added to
+<varname>PKG_SUPPORTED_OPTIONS</varname>. Building the package will
+fail if no option from the set is selected.</para></listitem>
+
<listitem><para><varname>PKG_SUGGESTED_OPTIONS</varname> is a list of
build options which are enabled by default.</para></listitem>