summaryrefslogtreecommitdiff
path: root/security/PAM
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-07-06 22:49:29 +0000
committerjlam <jlam@pkgsrc.org>2004-07-06 22:49:29 +0000
commitb8db9b28eebdcbfec7cc61551d1eeba72d419afd (patch)
tree9143303d2072a8ba3e6433da873f50584fbec09e /security/PAM
parentd4e8b4431573754155afe43df938cd3f257e4ebc (diff)
downloadpkgsrc-b8db9b28eebdcbfec7cc61551d1eeba72d419afd.tar.gz
Accept "yes" or "YES" for USE_LIBCRACK.
Diffstat (limited to 'security/PAM')
-rw-r--r--security/PAM/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile
index 82c82c9c728..aefd544b413 100644
--- a/security/PAM/Makefile
+++ b/security/PAM/Makefile
@@ -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 @@ MESSAGE_SUBST+= PAM_MODULEDIR=${PAM_MODULEDIR}
.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=