summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-18 23:02:00 +0000
committerjlam <jlam>2004-11-18 23:02:00 +0000
commit33b56e04c5d3d90eca166c3974421e280d0ecb43 (patch)
treea32bc06d97cae879388cf051e927beda49265aa9 /chat
parent5d22356d3bd0f303c07e514e96937f12153f0c44 (diff)
downloadpkgsrc-33b56e04c5d3d90eca166c3974421e280d0ecb43.tar.gz
The universal option to enable PAM support is "PAM" not "pam". We strive
to use common option names were possible, so change these instances of "pam" to "PAM" to match existing usage.
Diffstat (limited to 'chat')
-rw-r--r--chat/jabberd2/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/jabberd2/options.mk b/chat/jabberd2/options.mk
index 7575003c514..1ee248eb466 100644
--- a/chat/jabberd2/options.mk
+++ b/chat/jabberd2/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2004/10/29 07:07:44 xtraeme Exp $
+# $NetBSD: options.mk,v 1.3 2004/11/18 23:02:00 jlam Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd2
-PKG_SUPPORTED_OPTIONS= db mysql pgsql ldap pam
+PKG_SUPPORTED_OPTIONS= db mysql pgsql ldap PAM
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdb)
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --enable-ldap
. include "../../databases/openldap/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Mpam)
+.if !empty(PKG_OPTIONS:MPAM)
CONFIGURE_ARGS+= --enable-pam
. include "../../security/PAM/buildlink3.mk"
.endif