summaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-12-20 14:50:58 +0000
committerdirk <dirk@FreeBSD.org>2001-12-20 14:50:58 +0000
commit63d91f696e26a938172866d63fc4edf74387a293 (patch)
tree76914b33f2f6b59d72e7d052e43f160f787fb57f /www/mod_php4
parente260136272332b9b43da090e18498a0f4d897357 (diff)
downloadFreeBSD-ports-63d91f696e26a938172866d63fc4edf74387a293.zip
FreeBSD-ports-63d91f696e26a938172866d63fc4edf74387a293.tar.gz
Fix XSLT support. Configure option have changed for 4.1.0.
Submitted by: Juriy Goloveshkin <juriy@aviaport.ru>
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 7756f86..7b71120 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -212,7 +212,7 @@ while [ "$1" ]; do
;;
\"XSLT\")
echo "LIB_DEPENDS+= sablot.66:\${PORTSDIR}/textproc/sablotron"
- echo "CONFIGURE_ARGS+=--with-sablot=\${LOCALBASE}"
+ echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot"
echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}"
if [ -z "$XML" ]; then
set $* \"XML\"
OpenPOWER on IntegriCloud