summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql
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-postgresql
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-postgresql')
-rw-r--r--www/ap-auth-postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
index 64ef279c6ee..f5ed11f4982 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/05/14 15:04:51 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/05/20 05:23:27 jonb Exp $
DISTNAME= AuthPG-1.2b2
PKGNAME= ap-auth-postgresql-1.2b2
@@ -9,7 +9,7 @@ MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://home.bawi.org/~minskim/authpg/
COMMENT= Module to allow apache authentication against a Postgresql database
-DEPENDS+= apache-1.3.*:../../www/apache
+DEPENDS+= apache{,6}-1.3.*:../../www/apache
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
# For "apxs":
BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5