diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /lang/php53/files/patch-scripts::phpize.in | |
parent | - mark BROKEN to API change (diff) |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Notes
Notes:
svn path=/head/; revision=200411
Diffstat (limited to '')
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in index 198f1b397c71..c5331abc2505 100644 --- a/lang/php53/files/patch-scripts::phpize.in +++ b/lang/php53/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.59 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.59 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.61 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.61 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF |