diff options
author | agc <agc> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-19 15:40:45 +0000 |
commit | bb673b910abe94857f50a7b091c31d07297f26b9 (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /www/ap-auth-cookie | |
parent | 13efefe4837fa4dc3a8b1a14d0d8d617ff67d207 (diff) | |
download | pkgsrc-bb673b910abe94857f50a7b091c31d07297f26b9.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'www/ap-auth-cookie')
-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} |