diff options
author | andreas <andreas@FreeBSD.org> | 2000-08-26 16:34:17 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-08-26 16:34:17 +0000 |
commit | d7ff858c7c3076ccd351d888640f6b238e82ba98 (patch) | |
tree | fc24ea6f390eef39960c63f328cfed6f08b8b689 /www/mod_php3 | |
parent | 38cca324368a260bfbe569b93edd53920e06e06e (diff) | |
download | FreeBSD-ports-d7ff858c7c3076ccd351d888640f6b238e82ba98.zip FreeBSD-ports-d7ff858c7c3076ccd351d888640f6b238e82ba98.tar.gz |
old postgresql port has been removed.
use postgresql7, which has proven stability now.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 3d70d56..5539510 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -99,7 +99,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}" ;; \"PostgreSQL\") - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql" + echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}/pgsql" ;; \"mSQL\") |