From 63d91f696e26a938172866d63fc4edf74387a293 Mon Sep 17 00:00:00 2001 From: dirk Date: Thu, 20 Dec 2001 14:50:58 +0000 Subject: Fix XSLT support. Configure option have changed for 4.1.0. Submitted by: Juriy Goloveshkin --- www/mod_php4/scripts/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mod_php4') 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\" -- cgit v1.1