summaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile2
-rw-r--r--lang/php4/files/patch-scripts::phpize.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 3d1748192448..a8d8cc524602 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -23,7 +23,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
USE_BZIP2= yes
.if !defined(PKGNAMESUFFIX)
-USE_AUTOTOOLS= autoconf:261
+USE_AUTOTOOLS= autoconf:262
CONFIGURE_ARGS= --enable-versioning \
--enable-memory-limit \
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in
index 48cf8a90d85a..c3ebb0867fbe 100644
--- a/lang/php4/files/patch-scripts::phpize.in
+++ b/lang/php4/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