diff options
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 |