aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-20 14:50:58 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-20 14:50:58 +0000
commite996e3d82270fa58083c07a2f7ce39893c701dad (patch)
tree78b439d88c458d97ee6bc33434984647e7b44ce5
parent089fc7522f1a485db2b908a81e467c9e606792c9 (diff)
downloadports-e996e3d82270fa58083c07a2f7ce39893c701dad.tar.gz
ports-e996e3d82270fa58083c07a2f7ce39893c701dad.zip
Notes
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
2 files changed, 2 insertions, 2 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\"
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 7756f8626d6f..7b71120d5413 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/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\"