diff options
author | andreas <andreas@FreeBSD.org> | 1998-09-07 04:59:58 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-09-07 04:59:58 +0800 |
commit | 4ed74165f3cd8afc22cb3cf8bab1b54c1507187d (patch) | |
tree | 966e3a3fdf8c19b42b9450266254ad5b6868f2e0 /www/mod_php4 | |
parent | e599b0524d74ee533fd2079d53de21183311d11c (diff) | |
download | freebsd-ports-gnome-4ed74165f3cd8afc22cb3cf8bab1b54c1507187d.tar.gz freebsd-ports-gnome-4ed74165f3cd8afc22cb3cf8bab1b54c1507187d.tar.zst freebsd-ports-gnome-4ed74165f3cd8afc22cb3cf8bab1b54c1507187d.zip |
use stable mysql port mysql321
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 9bf8e6600213..2b140b8a4117 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -43,7 +43,7 @@ while [ "$1" ]; do echo "PHP3_CONF_ARGS+= --with-zlib" >> ${CURDIR}/Makefile.inc ;; \"MySQL\") - echo "BUILD_DEPENDS+= mysql:\${PORTSDIR}/databases/mysql" >> ${CURDIR}/Makefile.inc + echo "BUILD_DEPENDS+= mysql:\${PORTSDIR}/databases/mysql321" >> ${CURDIR}/Makefile.inc echo "PHP3_CONF_ARGS+= --with-mysql=\${PREFIX}" >> ${CURDIR}/Makefile.inc ;; \"PostgresSQL\") |