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