diff options
author | dirk <dirk@FreeBSD.org> | 2002-01-28 21:56:49 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-01-28 21:56:49 +0000 |
commit | 8e60fdd68ff3b7c0eb379969200022037dc05de4 (patch) | |
tree | 9a731e5ca95380d9119acb2ff2cd240b20fa8e91 /www/mod_php4 | |
parent | d5a4465a6cf4f41cd14ade5716ffde0ba2d99ec7 (diff) | |
download | FreeBSD-ports-8e60fdd68ff3b7c0eb379969200022037dc05de4.zip FreeBSD-ports-8e60fdd68ff3b7c0eb379969200022037dc05de4.tar.gz |
Chase shared library number for sablotron.
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 47d7068..1c77be8 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 |