summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 de159b93b252..7756f8626d6f 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -211,7 +211,7 @@ while [ "$1" ]; do
XML=1
;;
\"XSLT\")
- echo "LIB_DEPENDS+= sablot.70:\${PORTSDIR}/textproc/sablotron"
+ echo "LIB_DEPENDS+= sablot.66:\${PORTSDIR}/textproc/sablotron"
echo "CONFIGURE_ARGS+=--with-sablot=\${LOCALBASE}"
echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}"
if [ -z "$XML" ]; then
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index de159b93b252..7756f8626d6f 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -211,7 +211,7 @@ while [ "$1" ]; do
XML=1
;;
\"XSLT\")
- echo "LIB_DEPENDS+= sablot.70:\${PORTSDIR}/textproc/sablotron"
+ echo "LIB_DEPENDS+= sablot.66:\${PORTSDIR}/textproc/sablotron"
echo "CONFIGURE_ARGS+=--with-sablot=\${LOCALBASE}"
echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}"
if [ -z "$XML" ]; then