summaryrefslogtreecommitdiff
path: root/www/ap-auth-ldap/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-28 09:14:50 +0000
committerjlam <jlam@pkgsrc.org>2000-08-28 09:14:50 +0000
commitbb3a9554989d91ee874bae222350289ea4d889d0 (patch)
tree6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /www/ap-auth-ldap/Makefile
parent4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff)
downloadpkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'www/ap-auth-ldap/Makefile')
-rw-r--r--www/ap-auth-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile
index 103efd9011b..615ff3dcf81 100644
--- a/www/ap-auth-ldap/Makefile
+++ b/www/ap-auth-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/15 12:55:37 kleink Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/28 09:14:51 jlam Exp $
DISTNAME= auth_ldap-1.4.2
PKGNAME= ap-auth-ldap-1.4.2
@@ -12,7 +12,7 @@ DEPENDS+= apache-1.3.*:../../www/apache
DEPENDS+= openldap-1.2.*:../../databases/openldap
# For "apxs":
-BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS= ${PERL5}:../../lang/perl5
do-build:
@cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c \