diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-08-11 09:36:47 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-08-11 09:36:47 +0000 |
commit | 1aa4fabc9756585fac5387aaa649896c2626e031 (patch) | |
tree | fdc39abf755409c1e337eaa49bee0de1485f5029 /www/mod_php4 | |
parent | Switch to using MASTER_SITE_MOZILLA. (diff) |
Catch up with libsablot (ports/textproc/sablotron) version bump
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=64368
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 ad90c1d89bc7..a973e558f783 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -266,7 +266,7 @@ while [ "$1" ]; do fi ;; \"XSLT\") - echo "LIB_DEPENDS+= sablot.68:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.69:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot" if [ -z "$XML" ]; then set $* \"XML\" |