summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authorjonb <jonb>2001-05-20 05:23:26 +0000
committerjonb <jonb>2001-05-20 05:23:26 +0000
commit69d7573c1d41a547b38b091e4626037fd5bf04cc (patch)
treebaa4531656ce290a51a2cd974967f27046c88883 /www/ap-auth-cookie
parent14a3bc99c49b9c992976c6e152935f1fb895b840 (diff)
downloadpkgsrc-69d7573c1d41a547b38b091e4626037fd5bf04cc.tar.gz
Make all the ap-* packages work with apache6 as well as apache
(except for ap-ssl, of course)
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
index 4a1214dd0ee..bc012854b09 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/04/30 03:46:32 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2001/05/20 05:23:26 jonb 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
@@ -15,7 +15,7 @@ MAINTAINER= tv@netbsd.org
HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt
COMMENT= Cookie-based authentication for Apache
-DEPENDS+= apache-1.3.*:../../www/apache
+DEPENDS+= apache{,6}-1.3.*:../../www/apache
# For "apxs":
BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5