aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2018-01-12 02:39:40 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:22:44 +0800
commit6ce1f4350e737b7788f1373f0d8baf63ca73e552 (patch)
treee19d4b6c619305eaa90b541339b511e69c20248e /Mk/Uses
parent2022fdc2020dc58bdb5093b58812c1a5db513dbe (diff)
downloadfreebsd-ports-gnome-6ce1f4350e737b7788f1373f0d8baf63ca73e552.tar.gz
freebsd-ports-gnome-6ce1f4350e737b7788f1373f0d8baf63ca73e552.tar.zst
freebsd-ports-gnome-6ce1f4350e737b7788f1373f0d8baf63ca73e552.zip
Replace USE_AUTOTOOLS with a plain BUILD_DEPENDS.
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/php.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk
index b0a16ce5d3a2..fe70b09a782d 100644
--- a/Mk/Uses/php.mk
+++ b/Mk/Uses/php.mk
@@ -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