aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-08-09 05:50:45 +0800
committerdirk <dirk@FreeBSD.org>2001-08-09 05:50:45 +0800
commitb29228dae560490a5132142f8afec224c377cee5 (patch)
treee502df23b1c53d16ddabf657ed200b59ca9249f9 /www/mod_php4
parent1b893ce94ccc22d28d4f2c27189aefff984a063f (diff)
downloadfreebsd-ports-gnome-b29228dae560490a5132142f8afec224c377cee5.tar.gz
freebsd-ports-gnome-b29228dae560490a5132142f8afec224c377cee5.tar.zst
freebsd-ports-gnome-b29228dae560490a5132142f8afec224c377cee5.zip
Fix XML support (add option for external expat directory).
PR: ports/28909 Submitted by: Alain Thivillon <at@teaser.net>
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index caaf690fc41a..524c5c94008b 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -194,7 +194,7 @@ while [ "$1" ]; do
;;
\"XML\")
echo "LIB_DEPENDS+= expat.2:\${PORTSDIR}/textproc/expat2"
- echo "CONFIGURE_ARGS+=--with-xml=\${PREFIX}"
+ echo "CONFIGURE_ARGS+=--with-xml --with-expat-dir=\${PREFIX}"
XML=1
;;
\"XSLT\")