summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
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-cookie
parent4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff)
downloadpkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
index 7c249523058..d76d2dd8a52 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/11/21 22:12:58 tron Exp $
+# $NetBSD: Makefile,v 1.15 2000/08/28 09:14:51 jlam Exp $
#
# There are a few more mod_auth_cookie's out there doing slightly
# different things. This one pkg would be a good place to dump them all in
@@ -16,7 +16,7 @@ HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt
DEPENDS+= apache-1.3.*:../../www/apache
# For "apxs":
-BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS= ${PERL5}:../../lang/perl5
EXTRACT_CMD= ${DO_NADA}