diff options
Diffstat (limited to 'www/ap-auth-cookie/Makefile')
-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} |