diff options
author | dirk <dirk@FreeBSD.org> | 2001-08-25 10:46:47 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-08-25 10:46:47 +0000 |
commit | 3d83c1fe30b77528f3b222e7ec6c958eea2d876a (patch) | |
tree | b0e7adba0863cad1c4f853e54ed5ad4b1e27f9a3 /www/mod_php4 | |
parent | ce8cc0d5b455e303c4e4cdb95cd57ac7304cf2c5 (diff) | |
download | FreeBSD-ports-3d83c1fe30b77528f3b222e7ec6c958eea2d876a.zip FreeBSD-ports-3d83c1fe30b77528f3b222e7ec6c958eea2d876a.tar.gz |
Fix shared library number for sablotron after upgrade.
Diffstat (limited to 'www/mod_php4')
-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 524c5c9..8a6e402 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 |