summaryrefslogtreecommitdiff
path: root/net/ja-samba/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/ja-samba/options.mk')
-rw-r--r--net/ja-samba/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ja-samba/options.mk b/net/ja-samba/options.mk
index e864655ca6b..5b61a27e42e 100644
--- a/net/ja-samba/options.mk
+++ b/net/ja-samba/options.mk
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.2 2005/05/03 15:40:30 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2005/05/31 11:24:32 dillo Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.ja-samba
-PKG_SUPPORTED_OPTIONS= PAM cups ldap
+PKG_SUPPORTED_OPTIONS= pam cups ldap
.include "../../mk/bsd.options.mk"
###
### Support PAM authentication.
###
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --with-pam
.endif