summaryrefslogtreecommitdiff
path: root/x11
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 /x11
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 'x11')
-rw-r--r--x11/gdm/Makefile6
-rw-r--r--x11/gdm1/Makefile6
2 files changed, 6 insertions, 6 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"
diff --git a/x11/gdm1/Makefile b/x11/gdm1/Makefile
index cc267ee9dbe..11018b9cde6 100644
--- a/x11/gdm1/Makefile
+++ b/x11/gdm1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:48:06 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/31 11:24:33 dillo Exp $
DISTNAME= gdm-2.2.0
PKGREVISION= 7
@@ -61,10 +61,10 @@ GDMGRP= daemon
.endif
PKG_OPTIONS_VAR= PKG_OPTIONS.gdm1
-PKG_SUPPORTED_OPTIONS= PAM
+PKG_SUPPORTED_OPTIONS= pam
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
.else
SUBST_CLASSES+= pam