summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-05-31 11:24:32 +0000
committerdillo <dillo@pkgsrc.org>2005-05-31 11:24:32 +0000
commitd6bfbe85829aea0114438e88656e5bbf748e39a7 (patch)
tree9fa6ca91820e60dd51d24475d2159189a4b2df85 /x11/gdm
parent6e68b06993127a08a66fd54d03bc6a7d7f55f491 (diff)
downloadpkgsrc-d6bfbe85829aea0114438e88656e5bbf748e39a7.tar.gz
Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 48cfff0f670..aa72e73ee62 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2005/04/26 20:20:32 drochner Exp $
+# $NetBSD: Makefile,v 1.78 2005/05/31 11:24:33 dillo Exp $
#
DISTNAME= gdm-2.6.0.9
@@ -27,7 +27,7 @@ USE_X11= YES
USE_LIBTOOL= YES
PKG_OPTIONS_VAR= PKG_OPTIONS.gdm
-PKG_SUPPORTED_OPTIONS= inet6 PAM
+PKG_SUPPORTED_OPTIONS= inet6 pam
.include "../../mk/bsd.options.mk"
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-ipv6
CONFIGURE_ARGS+= X_SERVER_ARGS="vt05"
.endif
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --enable-authentication-scheme=pam
. if ${PAM_TYPE} == "linux-pam"