diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-06-16 01:45:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-06-16 01:45:20 +0000 |
commit | f09e566f83992fe536ebbd280a6ae9c33d876e1b (patch) | |
tree | d87d2c2d752c06b1db484cb18bf0ca5c4070451f /www/mod_php5 | |
parent | 1c11e5bee6e4d02558a6286631e885d92b02e3ec (diff) | |
download | ports-f09e566f83992fe536ebbd280a6ae9c33d876e1b.tar.gz ports-f09e566f83992fe536ebbd280a6ae9c33d876e1b.zip |
Notes
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index b9b059483018..3ce3d27a94af 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.67:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.68:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot" if [ -z "$XML" ]; then set $* \"XML\" |