diff options
author | jlam <jlam> | 2000-08-28 09:14:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-28 09:14:50 +0000 |
commit | 4b9fb77b80ee3b80cbab3e3867f4dd7506441ce8 (patch) | |
tree | 6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /www/ap-auth-cookie | |
parent | e2c230c59ed734d846810a1193ed3ffdfb5aca2e (diff) | |
download | pkgsrc-4b9fb77b80ee3b80cbab3e3867f4dd7506441ce8.tar.gz |
Use PERL5 variable for location of perl5 binary.
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 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} |