aboutsummaryrefslogtreecommitdiff
path: root/www/coppermine
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/coppermine
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/coppermine')
-rw-r--r--www/coppermine/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/coppermine/Makefile b/www/coppermine/Makefile
index f26091c78255..8ab0acca6727 100644
--- a/www/coppermine/Makefile
+++ b/www/coppermine/Makefile
@@ -11,6 +11,8 @@ COMMENT= Web picture gallery script
LICENSE= GPLv3
+IGNORE_WITH_PHP= 70 71 72
+
OPTIONS_DEFINE= DOCS IMAGEMAGICK
IMAGEMAGICK_DESC= Use ImageMagick instead of PHP GD extension