diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-25 10:46:47 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-25 10:46:47 +0000 |
commit | 43b0dfaa464605fd5b7bb6fa4677535cae7f24eb (patch) | |
tree | 4576c8dbee67168ca544010fe54302d7b3f2faaa /www | |
parent | 3524d0d5f85b1beda4bb60e73edaf7f818828d67 (diff) |
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 524c5c94008b..8a6e4022dd64 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -198,7 +198,7 @@ while [ "$1" ]; do XML=1 ;; \"XSLT\") - echo "LIB_DEPENDS+= sablot.60:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.65:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--with-sablot=\${PREFIX}" echo "CONFIGURE_ARGS+=--with-expat-dir=\${PREFIX}" if [ -z "$XML" ]; then diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 524c5c94008b..8a6e4022dd64 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -198,7 +198,7 @@ while [ "$1" ]; do XML=1 ;; \"XSLT\") - echo "LIB_DEPENDS+= sablot.60:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.65:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--with-sablot=\${PREFIX}" echo "CONFIGURE_ARGS+=--with-expat-dir=\${PREFIX}" if [ -z "$XML" ]; then |