summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-14 15:04:49 +0000
committerjlam <jlam@pkgsrc.org>2001-05-14 15:04:49 +0000
commitcded4feae4d74b6c209548b7c5e284339aeaf023 (patch)
tree91d54c77d7ad98c08530acdfbcda93bd303ba96f /www
parentec25a5bbb0ca2fe4115c24576714b2946b3aeaeb (diff)
downloadpkgsrc-cded4feae4d74b6c209548b7c5e284339aeaf023.tar.gz
Update postgresql dependencies to look like:
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
Diffstat (limited to 'www')
-rw-r--r--www/ap-auth-postgresql/Makefile4
-rw-r--r--www/php3-pgsql/Makefile4
-rw-r--r--www/php4-pgsql/Makefile4
3 files changed, 6 insertions, 6 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
diff --git a/www/php3-pgsql/Makefile b/www/php3-pgsql/Makefile
index 7d0bc979f37..a48dafa3c51 100644
--- a/www/php3-pgsql/Makefile
+++ b/www/php3-pgsql/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2001/02/17 17:22:30 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/14 15:04:51 jlam Exp $
#
PKGNAME= php-pgsql-${PHP_VERSION}
COMMENT= PHP3 extension for PostgreSQL databases
-DEPENDS+= postgresql>=6.5.3:../../databases/postgresql
+DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/pgsql
diff --git a/www/php4-pgsql/Makefile b/www/php4-pgsql/Makefile
index 76c26d7c842..b98099e1eb7 100644
--- a/www/php4-pgsql/Makefile
+++ b/www/php4-pgsql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/05/14 14:12:32 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/05/14 15:04:51 jlam Exp $
.include "../../www/php4/Makefile.module"
@@ -8,7 +8,7 @@ PHP_PKG_VERS= # empty
COMMENT= PHP4 extension for PostgreSQL databases
-DEPENDS+= postgresql>=6.5.3:../../databases/postgresql
+DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
EVAL_PREFIX+= PGSQLDIR=postgresql
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${PGSQLDIR}