diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-17 16:14:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-17 16:14:23 +0000 |
commit | cc5da6a0f913d5c091d76743a738a9fdb2016da1 (patch) | |
tree | d06ae6824ca413c2480a099d371df90dd4667b9a /security/openpam | |
parent | f9ea1a62efee7366295486ad86003c746f7026c0 (diff) | |
download | pkgsrc-cc5da6a0f913d5c091d76743a738a9fdb2016da1.tar.gz |
According to the bulk builds, this needs perl;
add USE_PERL5=build.
Diffstat (limited to 'security/openpam')
-rw-r--r-- | security/openpam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openpam/Makefile b/security/openpam/Makefile index 23ce1045bde..6ba7307a83f 100644 --- a/security/openpam/Makefile +++ b/security/openpam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/01/13 21:54:22 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/17 16:14:23 wiz Exp $ DISTNAME= openpam-20040210 CATEGORIES= security @@ -12,6 +12,7 @@ CONFLICTS+= PAM-[0-9]* USE_BUILDLINK3= yes USE_LIBTOOL= yes +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --without-pam-su |