summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-14 15:04:49 +0000
committerjlam <jlam>2001-05-14 15:04:49 +0000
commit2953fb04e7393ee86b59927c57ee19dd340c6cf3 (patch)
tree91d54c77d7ad98c08530acdfbcda93bd303ba96f /www/ap-auth-postgresql/Makefile
parent5749027ba8ca28623508e26ecac3f4fd9ec8fe30 (diff)
downloadpkgsrc-2953fb04e7393ee86b59927c57ee19dd340c6cf3.tar.gz
Update postgresql dependencies to look like:
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
Diffstat (limited to 'www/ap-auth-postgresql/Makefile')
-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 bcd44adb518..64ef279c6ee 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/04/30 03:46:33 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/14 15:04:51 jlam Exp $
DISTNAME= AuthPG-1.2b2
PKGNAME= ap-auth-postgresql-1.2b2
@@ -10,7 +10,7 @@ HOMEPAGE= http://home.bawi.org/~minskim/authpg/
COMMENT= Module to allow apache authentication against a Postgresql database
DEPENDS+= apache-1.3.*:../../www/apache
-DEPENDS+= postgresql-*:../../databases/postgresql
+DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
# For "apxs":
BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5