diff options
author | dirk <dirk@FreeBSD.org> | 2002-07-23 06:20:58 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-07-23 06:20:58 +0000 |
commit | 79657cf9d899d03046aa9aa82de49506ca2157f8 (patch) | |
tree | 6c0cc881ae379026cbf45f9cffe69ffe91b8bf71 /www | |
parent | 8a4399d24923d234339207f219de7790edf33802 (diff) | |
download | FreeBSD-ports-79657cf9d899d03046aa9aa82de49506ca2157f8.zip FreeBSD-ports-79657cf9d899d03046aa9aa82de49506ca2157f8.tar.gz |
Bump shared library version number for expat.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 3ce3d27..4ca7ac8 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -251,7 +251,7 @@ while [ "$1" ]; do ;; \"XML\") if [ -z "$XML" ]; then - echo "LIB_DEPENDS+= expat.2:\${PORTSDIR}/textproc/expat2" + echo "LIB_DEPENDS+= expat.3:\${PORTSDIR}/textproc/expat2" echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}" XML=1 fi diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 3ce3d27..4ca7ac8 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -251,7 +251,7 @@ while [ "$1" ]; do ;; \"XML\") if [ -z "$XML" ]; then - echo "LIB_DEPENDS+= expat.2:\${PORTSDIR}/textproc/expat2" + echo "LIB_DEPENDS+= expat.3:\${PORTSDIR}/textproc/expat2" echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}" XML=1 fi |