diff options
author | dillo <dillo> | 2005-05-31 11:24:32 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-05-31 11:24:32 +0000 |
commit | 4231ae54b06287cdd0813f823c673e183ead2876 (patch) | |
tree | 9fa6ca91820e60dd51d24475d2159189a4b2df85 /x11 | |
parent | 97a78a7cd46669600eb4c321b85d45aa19c78024 (diff) | |
download | pkgsrc-4231ae54b06287cdd0813f823c673e183ead2876.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/Makefile | 6 | ||||
-rw-r--r-- | x11/gdm1/Makefile | 6 |
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 |