summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authortv <tv>1998-10-03 21:28:57 +0000
committertv <tv>1998-10-03 21:28:57 +0000
commiteca4b3121b6523116a36c19bf3f677eafe20271c (patch)
tree90b15477bd6117fabe875fa8d7b29dc530b16ccc /www/ap-auth-cookie
parent87bb6ee05685f5d395538084f9ae0fcda4cc4c2e (diff)
downloadpkgsrc-eca4b3121b6523116a36c19bf3f677eafe20271c.tar.gz
Change the DEPENDS=apache-1.3.1 to a
{BUILD,RUN}_DEPENDS=${PREFIX}/sbin/apxs so that this works with apache-modssl as well.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/Makefile5
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}