From fac65d1279e93d27720238562175e727b99a5c3b Mon Sep 17 00:00:00 2001 From: dillo Date: Tue, 31 May 2005 11:24:32 +0000 Subject: Rename option PAM to pam (so all options are lower case). Backwards compatibility provided via PKG_OPTIONS_LEGACY_OPTS. --- x11/gdm/Makefile | 6 +++--- x11/gdm1/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'x11') 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 -- cgit v1.2.3