aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-09-18 05:02:30 +0800
committerknu <knu@FreeBSD.org>2002-09-18 05:02:30 +0800
commitb2fbc5eb8baf0dae9d122b9c7fc52375c1341e0d (patch)
treef2e2f986e55dc9d3a5feb1e1cd65b52839e1a2f2
parent8983f0800e5e314ca8b6f7f7927d30263f87b0df (diff)
downloadfreebsd-ports-graphics-b2fbc5eb8baf0dae9d122b9c7fc52375c1341e0d.tar.gz
freebsd-ports-graphics-b2fbc5eb8baf0dae9d122b9c7fc52375c1341e0d.tar.zst
freebsd-ports-graphics-b2fbc5eb8baf0dae9d122b9c7fc52375c1341e0d.zip
Bump expat shlib.
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index e33f9390ebe..6b77380bd57 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 e33f9390ebe..6b77380bd57 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