summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie/Makefile
diff options
context:
space:
mode:
authorjonb <jonb@pkgsrc.org>2001-05-20 05:23:26 +0000
committerjonb <jonb@pkgsrc.org>2001-05-20 05:23:26 +0000
commit6c1b25791606c14ba2b9a54cb500ff480f303755 (patch)
treebaa4531656ce290a51a2cd974967f27046c88883 /www/ap-auth-cookie/Makefile
parent332502c354fc8e1d9df432213722ddbb2d4fa21e (diff)
downloadpkgsrc-6c1b25791606c14ba2b9a54cb500ff480f303755.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/Makefile')
-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