diff options
author | fjoe <fjoe@FreeBSD.org> | 2002-08-11 09:36:47 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2002-08-11 09:36:47 +0000 |
commit | d8c4025432394e4e133414e60a9d05facbf358cd (patch) | |
tree | ab897f7b48dfe17a544ab4bfc2f681c2b26ef446 /www/mod_php4 | |
parent | a0ab4edcd0167351277091adf551b1eb57eb54a2 (diff) | |
download | FreeBSD-ports-d8c4025432394e4e133414e60a9d05facbf358cd.zip FreeBSD-ports-d8c4025432394e4e133414e60a9d05facbf358cd.tar.gz |
Catch up with libsablot (ports/textproc/sablotron) version bump
Approved by: MAINTAINER
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 ad90c1d..a973e55 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\" |