summaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-07-23 06:20:58 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-07-23 06:20:58 +0000
commit85fe8887c8cc1362f447103906ba20b2b8ed51ff (patch)
tree1f15d0f81d3f605c421d497b7d22a5914dd8a795 /www/mod_php5
parentUpdate to version 1.01. (diff)
Bump shared library version number for expat.
Notes
Notes: svn path=/head/; revision=63427
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