aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts/configure.php
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-08-25 10:46:47 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-08-25 10:46:47 +0000
commit43b0dfaa464605fd5b7bb6fa4677535cae7f24eb (patch)
tree4576c8dbee67168ca544010fe54302d7b3f2faaa /www/mod_php4/scripts/configure.php
parent3524d0d5f85b1beda4bb60e73edaf7f818828d67 (diff)
downloadports-43b0dfaa464605fd5b7bb6fa4677535cae7f24eb.tar.gz
ports-43b0dfaa464605fd5b7bb6fa4677535cae7f24eb.zip
Fix shared library number for sablotron after upgrade.
Notes
Notes: svn path=/head/; revision=46876
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 524c5c94008b..8a6e4022dd64 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -198,7 +198,7 @@ while [ "$1" ]; do
XML=1
;;
\"XSLT\")
- echo "LIB_DEPENDS+= sablot.60:\${PORTSDIR}/textproc/sablotron"
+ echo "LIB_DEPENDS+= sablot.65:\${PORTSDIR}/textproc/sablotron"
echo "CONFIGURE_ARGS+=--with-sablot=\${PREFIX}"
echo "CONFIGURE_ARGS+=--with-expat-dir=\${PREFIX}"
if [ -z "$XML" ]; then