summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 11:24:32 +0000
committerdillo <dillo>2005-05-31 11:24:32 +0000
commitfac65d1279e93d27720238562175e727b99a5c3b (patch)
tree9fa6ca91820e60dd51d24475d2159189a4b2df85 /net/samba
parent1ca89eff35d04a7d9b408dabdb94fc8d21dd4e1f (diff)
downloadpkgsrc-fac65d1279e93d27720238562175e727b99a5c3b.tar.gz
Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk
index b27199b7237..2018ee42f25 100644
--- a/net/samba/options.mk
+++ b/net/samba/options.mk
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.5 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.6 2005/05/31 11:24:32 dillo Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.samba
-PKG_SUPPORTED_OPTIONS= PAM ads cups ldap ldap-compat
+PKG_SUPPORTED_OPTIONS= pam ads cups ldap ldap-compat
.include "../../mk/bsd.options.mk"
###
### Support PAM authentication and build smbpass and winbind PAM modules.
###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
. include "../../security/PAM/module.mk"
CONFIGURE_ARGS+= --with-pam
CONFIGURE_ARGS+= --with-pam_smbpass