diff options
-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 e33f939..6b77380 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.3:\${PORTSDIR}/textproc/expat2" + echo "LIB_DEPENDS+= expat.4:\${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 e33f939..6b77380 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.3:\${PORTSDIR}/textproc/expat2" + echo "LIB_DEPENDS+= expat.4:\${PORTSDIR}/textproc/expat2" echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}" XML=1 fi |