Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 18:39:40 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458777 - head/Mk/Uses
Message-ID:  <201801111839.w0BIdetf068147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111839.w0BIdetf068147>