diff options
author | bjs <bjs@pkgsrc.org> | 2007-09-26 05:47:46 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-09-26 05:47:46 +0000 |
commit | 54a99ceb76b12960527db397592ff81d52790f51 (patch) | |
tree | 28a8ffc078bc617f6845a214c97e010c18c0b28c | |
parent | 4a75a34f20a1b06f28f9476c4ddf37f1c793cae8 (diff) | |
download | pkgsrc-54a99ceb76b12960527db397592ff81d52790f51.tar.gz |
PKG_OPTIONS_OPTIONAL_GROUPS/PKG_OPTIONS_NONEMPTY_SETS have their respective
options added to PKG_SUPPORTED_OPTIONS automagically. Duplicate options
removed.
-rw-r--r-- | security/sudo/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/options.mk b/security/sudo/options.mk index ee505a4142c..9aa39b459f2 100644 --- a/security/sudo/options.mk +++ b/security/sudo/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.13 2007/08/18 15:09:12 taca Exp $ +# $NetBSD: options.mk,v 1.14 2007/09/26 05:47:46 bjs Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.sudo -PKG_SUPPORTED_OPTIONS= kerberos ldap pam skey +PKG_SUPPORTED_OPTIONS= ldap PKG_OPTIONS_OPTIONAL_GROUPS= auth PKG_OPTIONS_GROUP.auth= kerberos pam skey |