From 63dc02daefb4e4ba6c374fa382c3cf973d6c3219 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 3 Oct 1998 21:28:57 +0000 Subject: Change the DEPENDS=apache-1.3.1 to a {BUILD,RUN}_DEPENDS=${PREFIX}/sbin/apxs so that this works with apache-modssl as well. --- www/ap-auth-cookie/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/ap-auth-cookie') 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} -- cgit v1.2.3