pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sudo Update PKG_OPTIONS variable "PAM" to "pam".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c5ccbe5b7e5
branches:  trunk
changeset: 495811:5c5ccbe5b7e5
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 22 10:30:12 2005 +0000

description:
Update PKG_OPTIONS variable "PAM" to "pam".

diffstat:

 security/sudo/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 022168c5375e -r 5c5ccbe5b7e5 security/sudo/options.mk
--- a/security/sudo/options.mk  Wed Jun 22 08:34:54 2005 +0000
+++ b/security/sudo/options.mk  Wed Jun 22 10:30:12 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.8 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: options.mk,v 1.9 2005/06/22 10:30:12 taca Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sudo
-PKG_SUPPORTED_OPTIONS= PAM kerberos ldap skey
+PKG_SUPPORTED_OPTIONS= pam kerberos ldap skey
 
 .if ${OPSYS} == "NetBSD"
 PKG_SUGGESTED_OPTIONS= skey
@@ -10,7 +10,7 @@
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
 .  include "../../mk/pam.buildlink3.mk"
 DL_AUTO_VARS=          yes
 CONFIGURE_ARGS+=       --with-pam



Home | Main Index | Thread Index | Old Index