From 0ab7b154ee5a86886ed27c6187ca1a304627aa29 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 13 Mar 2016 16:56:42 +0000 Subject: These ports do not build with PHP 7.0, make them as such. Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight --- www/php-templates/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/php-templates') diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile index efb267157b53..7fb1794571c9 100644 --- a/www/php-templates/Makefile +++ b/www/php-templates/Makefile @@ -19,6 +19,7 @@ USES= dos2unix USE_PHP= yes USE_PHPIZE= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-templates=shared -- cgit