diff options
author | darcy <darcy@pkgsrc.org> | 1999-12-02 01:47:04 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 1999-12-02 01:47:04 +0000 |
commit | dfeeb73218b22d158443ecaa03661b16e8a951a1 (patch) | |
tree | b37cc0ee59c88f4752c4478ceec3ffe60242e89d /www | |
parent | c69cbf39777f6596939870f45369c6ef0540e96d (diff) | |
download | pkgsrc-dfeeb73218b22d158443ecaa03661b16e8a951a1.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 |