diff options
author | dillo <dillo@pkgsrc.org> | 2005-07-26 09:37:50 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-07-26 09:37:50 +0000 |
commit | 7b2c274c138340ebc8ae1a2d1f3a4c697793f9b5 (patch) | |
tree | 9a007c532f67c5546378e7eacdd29aa06c6da352 /doc | |
parent | a6f3882d40a9ba8018a0bbf8580e50f3806dce20 (diff) | |
download | pkgsrc-7b2c274c138340ebc8ae1a2d1f3a4c697793f9b5.tar.gz |
document PKG_OPTIONS_NONEMPTY_SETS
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/options.xml | 10 |
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> |