diff options
author | jlam <jlam> | 1999-09-20 23:48:47 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-09-20 23:48:47 +0000 |
commit | 4bb69f5c00735e1d535f924df6a75d1238f476e1 (patch) | |
tree | 08746ff77be38dfc0de7af175cd72c812048ab2b /www | |
parent | 5c12ab0aa2459ff2db1f030327b4b353ab536352 (diff) | |
download | pkgsrc-4bb69f5c00735e1d535f924df6a75d1238f476e1.tar.gz |
Update dependencies on postgresql.
Diffstat (limited to 'www')
-rw-r--r-- | www/php3-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3-pgsql/Makefile b/www/php3-pgsql/Makefile index e7a27228463..e346fa05efe 100644 --- a/www/php3-pgsql/Makefile +++ b/www/php3-pgsql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1999/09/01 17:09:56 bad Exp $ +# $NetBSD: Makefile,v 1.3 1999/09/20 23:48:48 jlam Exp $ # PKGNAME= php-pgsql-${PHP_VERSION} -DEPENDS+= postgresql-6.4.2:../../databases/postgresql +DEPENDS+= postgresql-6.5.2:../../databases/postgresql CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/pgsql |