diff options
author | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
commit | 8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch) | |
tree | 0187b240fea44ca0f29e4c127dba0644d947187e /lang/php5 | |
parent | 6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff) | |
download | freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/files/patch-scripts::phpize.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 2f627da877a7..0277e1e76d1c 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -20,7 +20,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 CONFIGURE_ARGS= \ --with-layout=GNU \ diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in index c5331abc2505..8d3afdbecc08 100644 --- a/lang/php5/files/patch-scripts::phpize.in +++ b/lang/php5/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.61 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.61 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.62 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.62 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF |