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 | |
parent | c4bab2f98ad4dd18d0d5535c3c378fa33eea2fe1 (diff) | |
download | ports-1aa4fabc9756585fac5387aaa649896c2626e031.tar.gz ports-1aa4fabc9756585fac5387aaa649896c2626e031.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 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\" diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index ad90c1d89bc7..a973e558f783 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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\" |