diff options
Diffstat (limited to 'www/ap-auth-cookie/Makefile')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index 0ebbad31d69..50fa45f3f62 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/10/03 21:28:57 tv Exp $ +# $NetBSD: Makefile,v 1.7 1998/11/19 15:40:47 agc 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 @@ -13,8 +13,7 @@ EXTRACT_SUFX= .gz MAINTAINER= tv@netbsd.org -BUILD_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache -RUN_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache +DEPENDS+= apache-1.3.2:../../www/apache USE_PERL5= yes # for "apxs" EXTRACT_CMD= ${DO_NADA} |