diff options
author | darcy <darcy> | 1999-12-02 01:47:04 +0000 |
---|---|---|
committer | darcy <darcy> | 1999-12-02 01:47:04 +0000 |
commit | 12ff15aa2369bebc3163584daa73fd040459e9b7 (patch) | |
tree | b37cc0ee59c88f4752c4478ceec3ffe60242e89d /www | |
parent | 0d95fab10b2a854b1f9d88394ed371529f4e0343 (diff) | |
download | pkgsrc-12ff15aa2369bebc3163584daa73fd040459e9b7.tar.gz |
upgraded PostgreSQL to 6.5.3 and updated the dependent Makefiles
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 e346fa05efe..9395cf317cf 100644 --- a/www/php3-pgsql/Makefile +++ b/www/php3-pgsql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1999/09/20 23:48:48 jlam Exp $ +# $NetBSD: Makefile,v 1.4 1999/12/02 01:47:06 darcy Exp $ # PKGNAME= php-pgsql-${PHP_VERSION} -DEPENDS+= postgresql-6.5.2:../../databases/postgresql +DEPENDS+= postgresql-6.5.3:../../databases/postgresql CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/pgsql |