svn commit: r458777 - head/Mk/Uses

Tijl Coosemans tijl at FreeBSD.org
Thu Jan 11 18:39:41 UTC 2018


Author: tijl
Date: Thu Jan 11 18:39:40 2018
New Revision: 458777
URL: https://svnweb.freebsd.org/changeset/ports/458777

Log:
  Replace USE_AUTOTOOLS with a plain BUILD_DEPENDS.

Modified:
  head/Mk/Uses/php.mk

Modified: head/Mk/Uses/php.mk
==============================================================================
--- head/Mk/Uses/php.mk	Thu Jan 11 18:36:11 2018	(r458776)
+++ head/Mk/Uses/php.mk	Thu Jan 11 18:39:40 2018	(r458777)
@@ -215,9 +215,9 @@ PLIST_SUB+=	PHP_EXT_DIR=${PHP_EXT_DIR}
 SUB_LIST+=	PHP_EXT_DIR=${PHP_EXT_DIR}
 
 .  if ${php_ARGS:Mphpize} || ${php_ARGS:Mext} || ${php_ARGS:Mzend}
-BUILD_DEPENDS+=	${PHPBASE}/bin/phpize:${PHP_PORT}
+BUILD_DEPENDS+=	${PHPBASE}/bin/phpize:${PHP_PORT} \
+		autoconf>0:devel/autoconf
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS+=	autoconf:env
 CONFIGURE_ARGS+=--with-php-config=${PHPBASE}/bin/php-config
 
 configure-message: phpize-message do-phpize


More information about the svn-ports-all mailing list