summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-07-13 19:56:27 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-07-13 19:56:27 +0000
commit276c3a29ae75c711f2a994bae9b42b763f7e7d7a (patch)
tree0c471e7619f850ad1c208146b56c34d1f498dd32 /Mk
parentGAG (initials, in spanish, of Graphical Boot Manager) is a Boot Manager (diff)
Update to 4.4.0 release:
- fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version
Notes
Notes: svn path=/head/; revision=139121
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.php.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk
index 7556ffceb53b..451cfd233580 100644
--- a/Mk/bsd.php.mk
+++ b/Mk/bsd.php.mk
@@ -168,8 +168,12 @@ PLIST_SUB+= PHP_EXT_DIR=${PHP_EXT_DIR}
.if defined(USE_PHPIZE) || defined(USE_PHPEXT)
BUILD_DEPENDS+= phpize:${PHP_PORT}
GNU_CONFIGURE= YES
+.if ${PHP_VER} == 4
+WANT_AUTOCONF_VER= 259
+.else
WANT_AUTOMAKE_VER= 15
WANT_AUTOCONF_VER= 253
+.endif
CONFIGURE_ARGS+=--with-php-config=${LOCALBASE}/bin/php-config
configure-message: phpize-message do-phpize