From 443a8a28b3bcbcb6163d5e590206070badda7501 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 7 Feb 2017 12:14:34 +0000 Subject: Mark ports not building with PHP 7.1. Sponsored by: Absolight --- www/php-templates/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/php-templates') diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile index 2f83fe6e89ad..8842a6d98f2e 100644 --- a/www/php-templates/Makefile +++ b/www/php-templates/Makefile @@ -17,7 +17,7 @@ COMMENT= Template framework for PHP WRKSRC= ${WRKDIR}/templates USES= dos2unix php:phpize -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-templates=shared -- cgit