summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-01-28 21:56:49 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-01-28 21:56:49 +0000
commita0e1dc9718e78b7e9d9f500a14dfcf4714606750 (patch)
tree1d137aae24d1b2e9f37b6c2917ab719d24ecd716
parentAdd WITHOUT_X11 to allow making these ports without X11 support. (diff)
Chase shared library number for sablotron.
Diffstat (limited to '')
-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 47d7068725f6..1c77be8cc0e0 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -215,7 +215,7 @@ while [ "$1" ]; do
XML=1
;;
\"XSLT\")
- echo "LIB_DEPENDS+= sablot.66:\${PORTSDIR}/textproc/sablotron"
+ echo "LIB_DEPENDS+= sablot.67:\${PORTSDIR}/textproc/sablotron"
echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot"
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 47d7068725f6..1c77be8cc0e0 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -215,7 +215,7 @@ while [ "$1" ]; do
XML=1
;;
\"XSLT\")
- echo "LIB_DEPENDS+= sablot.66:\${PORTSDIR}/textproc/sablotron"
+ echo "LIB_DEPENDS+= sablot.67:\${PORTSDIR}/textproc/sablotron"
echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot"
echo "CONFIGURE_ARGS+=--with-expat-dir=\${LOCALBASE}"
if [ -z "$XML" ]; then