diff options
author | jlam <jlam> | 2001-04-30 03:46:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-30 03:46:32 +0000 |
commit | b8ed2f593a1631540db3a8949a51a32f097031ab (patch) | |
tree | 420ae23518a28c241bb43ccb4a2427d68ca3dac0 /www/ap-auth-ldap | |
parent | a82ca665d3470213835c146991fbf7ca87d36637 (diff) | |
download | pkgsrc-b8ed2f593a1631540db3a8949a51a32f097031ab.tar.gz |
Change build dependency from perl-5.* to perl>=${PERL5_REQD}.
Diffstat (limited to 'www/ap-auth-ldap')
-rw-r--r-- | www/ap-auth-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index 03240429f7b..6ac3384b054 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/04/09 11:45:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/30 03:46:32 jlam Exp $ DISTNAME= auth_ldap-1.5.2 PKGNAME= ap-auth-ldap-1.5.2 @@ -13,7 +13,7 @@ DEPENDS+= apache-1.3.*:../../www/apache DEPENDS+= openldap-1.2.*:../../databases/openldap # For "apxs": -BUILD_DEPENDS= perl-5.*:../../lang/perl5 +BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 do-build: @cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c \ |