summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authorjlam <jlam>2000-09-05 09:33:15 +0000
committerjlam <jlam>2000-09-05 09:33:15 +0000
commit1680d78a1b148f60dcde09b19878cb21149e3305 (patch)
tree3a4eb3a498298447d7926709d432170808bdd312 /www/ap-auth-cookie
parentc61bd1c2fba072a87daf509e78898843643de3e5 (diff)
downloadpkgsrc-1680d78a1b148f60dcde09b19878cb21149e3305.tar.gz
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
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 d76d2dd8a52..adf1929b97e 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/08/28 09:14:51 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2000/09/05 09:33:16 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= ${PERL5}:../../lang/perl5
+BUILD_DEPENDS= ${PERL5}:../../lang/perl5-base
EXTRACT_CMD= ${DO_NADA}