diff options
author | ade <ade@FreeBSD.org> | 2002-06-16 09:45:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-06-16 09:45:20 +0800 |
commit | 33f218e9e7a8752f808ed22cb32ecf02f3439d49 (patch) | |
tree | a58f5ec3a699545664d3d925a7a9ad16a3bd54dc /www | |
parent | 363093f9af847500d3630e5d1becd237e53a3fcb (diff) | |
download | freebsd-ports-gnome-33f218e9e7a8752f808ed22cb32ecf02f3439d49.tar.gz freebsd-ports-gnome-33f218e9e7a8752f808ed22cb32ecf02f3439d49.tar.zst freebsd-ports-gnome-33f218e9e7a8752f808ed22cb32ecf02f3439d49.zip |
Chase sablot shlib version.
Submitted by: ade's rebuild local port script
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 b9b059483018..3ce3d27a94af 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.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\" 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\" |