From bb673b910abe94857f50a7b091c31d07297f26b9 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 19 Nov 1998 15:40:45 +0000 Subject: Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary DEPENDS definition. --- www/ap-auth-cookie/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/ap-auth-cookie') 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} -- cgit v1.2.3