aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2002-07-23 14:20:58 +0800
committerdirk <dirk@FreeBSD.org>2002-07-23 14:20:58 +0800
commit79657cf9d899d03046aa9aa82de49506ca2157f8 (patch)
tree6c0cc881ae379026cbf45f9cffe69ffe91b8bf71 /www/mod_php5
parent8a4399d24923d234339207f219de7790edf33802 (diff)
downloadfreebsd-ports-gnome-79657cf9d899d03046aa9aa82de49506ca2157f8.tar.gz
freebsd-ports-gnome-79657cf9d899d03046aa9aa82de49506ca2157f8.tar.zst
freebsd-ports-gnome-79657cf9d899d03046aa9aa82de49506ca2157f8.zip
Bump shared library version number for expat.
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 3ce3d27a94af..4ca7ac82ec52 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