pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/PAM Accept "yes" or "YES" for USE_LIBCRACK.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6fa4a4ab0042
branches: trunk
changeset: 477670:6fa4a4ab0042
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Jul 06 22:49:29 2004 +0000
description:
Accept "yes" or "YES" for USE_LIBCRACK.
diffstat:
security/PAM/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 71bd9286285b -r 6fa4a4ab0042 security/PAM/Makefile
--- a/security/PAM/Makefile Tue Jul 06 22:49:16 2004 +0000
+++ b/security/PAM/Makefile Tue Jul 06 22:49:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/03/26 18:48:52 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2004/07/06 22:49:29 jlam Exp $
#
DISTNAME= Linux-PAM-0.77
@@ -38,7 +38,7 @@
.include "../../mk/bsd.prefs.mk"
-.if ${USE_LIBCRACK} == YES
+.if !empty(USE_LIBCRACK:M[yY][eE][sS])
. include "../../security/libcrack/buildlink3.mk"
CONFIGURE_ARGS+= --with-libcrack
PLIST_SUBST+= USE_LIBCRACK=
Home |
Main Index |
Thread Index |
Old Index