diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-20 22:50:58 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-20 22:50:58 +0800 |
commit | 63d91f696e26a938172866d63fc4edf74387a293 (patch) | |
tree | 76914b33f2f6b59d72e7d052e43f160f787fb57f /www/mod_php4 | |
parent | e260136272332b9b43da090e18498a0f4d897357 (diff) | |
download | freebsd-ports-gnome-63d91f696e26a938172866d63fc4edf74387a293.tar.gz freebsd-ports-gnome-63d91f696e26a938172866d63fc4edf74387a293.tar.zst freebsd-ports-gnome-63d91f696e26a938172866d63fc4edf74387a293.zip |
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.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 7756f8626d6f..7b71120d5413 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\" |