diff options
author | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
commit | 2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /www | |
parent | 1865bbdb5bd94b772305d24c405e38f57a3f919a (diff) | |
download | pkgsrc-2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 5 | ||||
-rw-r--r-- | www/ap-fastcgi/Makefile | 5 |
2 files changed, 4 insertions, 6 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} diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile index 9b69617e4cd..2f19954432f 100644 --- a/www/ap-fastcgi/Makefile +++ b/www/ap-fastcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/10/05 14:27:19 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/11/19 15:40:47 agc Exp $ # DISTNAME= mod_fastcgi-2.0.17 @@ -9,8 +9,7 @@ MASTER_SITES= http://www.fastcgi.com/ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.fastcgi.com/ -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" |