diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-09-08 08:34:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-09-08 08:34:40 +0000 |
commit | 0152c4cc91f49a8ab848e0cf55bcb5449799ae9e (patch) | |
tree | c348dd197534d0a63aa61c68a8c8fcdff5f7999f /Mk | |
parent | 89d5a71ddc78c263dcc04f89a98f6782d1a1d914 (diff) |
Also php 5.0.5 requires now only autoconf 2.59.
Notes
Notes:
svn path=/head/; revision=142206
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 451cfd233580..afc973417736 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -168,12 +168,7 @@ 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 |