aboutsummaryrefslogtreecommitdiff
path: root/www/entrans
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-12-16 21:44:09 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-12-16 21:44:09 +0000
commit139816a0645ce5518a2c36f5e95e7e915c86b97b (patch)
treead8208fb32c96b33b562ed53fd091c2aa58f6cd2 /www/entrans
parent972ecb18dcfd39e8d715eb35ce8da20b7999d9b2 (diff)
downloadports-139816a0645ce5518a2c36f5e95e7e915c86b97b.tar.gz
ports-139816a0645ce5518a2c36f5e95e7e915c86b97b.zip
Add missing IGNORE_WITH_PHP for various PHP based ports.
In preparation of changing the PHP default version from 5.6 to 7.0 i found a number of ports not building with the new version and all later versions. Therefore i set IGNORE_WITH_PHP and notice all maintainer about the change. Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=456517
Diffstat (limited to 'www/entrans')
-rw-r--r--www/entrans/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/entrans/Makefile b/www/entrans/Makefile
index d27582fe40ac..80d82bc2fd28 100644
--- a/www/entrans/Makefile
+++ b/www/entrans/Makefile
@@ -12,6 +12,8 @@ COMMENT= Entrans is an online, collaborative translation tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+IGNORE_WITH_PHP= 70 71 72
+
USES= php:web
USE_PHP= mysql
NO_BUILD= yes