diff options
author | jlam <jlam> | 2000-09-05 09:33:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-09-05 09:33:15 +0000 |
commit | df3f09aa1be59c52f911823d2919868690c1ce59 (patch) | |
tree | 3a4eb3a498298447d7926709d432170808bdd312 /www/ap-auth-cookie | |
parent | 094ed7af39374c11117e98dd9b9c3c015622fd12 (diff) | |
download | pkgsrc-df3f09aa1be59c52f911823d2919868690c1ce59.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/Makefile | 4 |
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} |