pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sudo Sort the options.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c21907133be
branches:  trunk
changeset: 486061:1c21907133be
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Dec 22 03:59:10 2004 +0000

description:
Sort the options.

diffstat:

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

diffs (32 lines):

diff -r 1c574dc41fab -r 1c21907133be security/sudo/options.mk
--- a/security/sudo/options.mk  Wed Dec 22 03:57:15 2004 +0000
+++ b/security/sudo/options.mk  Wed Dec 22 03:59:10 2004 +0000
@@ -1,10 +1,16 @@
-# $NetBSD: options.mk,v 1.4 2004/11/26 18:26:01 jlam Exp $
+# $NetBSD: options.mk,v 1.5 2004/12/22 03:59:10 jlam Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sudo
-PKG_SUPPORTED_OPTIONS= kerberos ldap PAM
+PKG_SUPPORTED_OPTIONS= PAM kerberos ldap
 .include "../../mk/bsd.options.mk"
 
+.if !empty(PKG_OPTIONS:MPAM)
+.  include "../../security/PAM/buildlink3.mk"
+DL_AUTO_VARS=          yes
+CONFIGURE_ARGS+=       --with-pam
+.endif
+
 .if !empty(PKG_OPTIONS:Mkerberos)
 .  include "../../mk/krb5.buildlink3.mk"
 CONFIGURE_ARGS+=       --without-kerb4
@@ -19,9 +25,3 @@
 CONFIGURE_ARGS+=       --with-ldap=${BUILDLINK_PREFIX.openldap}
 CONFIGURE_ARGS+=       --with-ldap-conf-file=${PKG_SYSCONFDIR}/ldap.conf
 .endif
-
-.if !empty(PKG_OPTIONS:MPAM)
-.  include "../../security/PAM/buildlink3.mk"
-DL_AUTO_VARS=          yes
-CONFIGURE_ARGS+=       --with-pam
-.endif



Home | Main Index | Thread Index | Old Index