diff options
author | jlam <jlam@pkgsrc.org> | 1999-09-20 23:48:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-09-20 23:48:47 +0000 |
commit | 5a1f11078fa6f3428313532f683254e139a70d08 (patch) | |
tree | 08746ff77be38dfc0de7af175cd72c812048ab2b /www/php3-pgsql/Makefile | |
parent | 745377f7028f13bed9820723467387361277d1bc (diff) | |
download | pkgsrc-5a1f11078fa6f3428313532f683254e139a70d08.tar.gz |
Update dependencies on postgresql.
Diffstat (limited to 'www/php3-pgsql/Makefile')
-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 |