diff options
author | andreas <andreas@FreeBSD.org> | 1998-09-06 20:59:58 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-09-06 20:59:58 +0000 |
commit | 4ed74165f3cd8afc22cb3cf8bab1b54c1507187d (patch) | |
tree | 966e3a3fdf8c19b42b9450266254ad5b6868f2e0 /www/mod_php5 | |
parent | e599b0524d74ee533fd2079d53de21183311d11c (diff) | |
download | FreeBSD-ports-4ed74165f3cd8afc22cb3cf8bab1b54c1507187d.zip FreeBSD-ports-4ed74165f3cd8afc22cb3cf8bab1b54c1507187d.tar.gz |
use stable mysql port mysql321
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 9bf8e66..2b140b8 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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\") |