diff options
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-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\" |