diff options
author | bjs <bjs> | 2007-09-26 05:47:46 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-09-26 05:47:46 +0000 |
commit | 5c2176f75895f4b0007a75547feac88e40756cbf (patch) | |
tree | 28a8ffc078bc617f6845a214c97e010c18c0b28c /security | |
parent | 710dbaff52ab2425d71653019987cf0be0aef45d (diff) | |
download | pkgsrc-5c2176f75895f4b0007a75547feac88e40756cbf.tar.gz |
PKG_OPTIONS_OPTIONAL_GROUPS/PKG_OPTIONS_NONEMPTY_SETS have their respective
options added to PKG_SUPPORTED_OPTIONS automagically. Duplicate options
removed.
Diffstat (limited to 'security')
-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 |