diff options
author | tz <tz@FreeBSD.org> | 2017-12-17 05:44:09 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-12-17 05:44:09 +0800 |
commit | c12eba86d83456bb0d3e2422901dd3432e1ad8bf (patch) | |
tree | ad8208fb32c96b33b562ed53fd091c2aa58f6cd2 /www/lilurl | |
parent | c6729eb29ea7d1f05d8cc3776c3d9eb152b5894c (diff) | |
download | freebsd-ports-gnome-c12eba86d83456bb0d3e2422901dd3432e1ad8bf.tar.gz freebsd-ports-gnome-c12eba86d83456bb0d3e2422901dd3432e1ad8bf.tar.zst freebsd-ports-gnome-c12eba86d83456bb0d3e2422901dd3432e1ad8bf.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)
Diffstat (limited to 'www/lilurl')
-rw-r--r-- | www/lilurl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lilurl/Makefile b/www/lilurl/Makefile index 9e3f961cf394..51f55e125a3a 100644 --- a/www/lilurl/Makefile +++ b/www/lilurl/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Simple PHP/MySQL script for generating lil? URLs +IGNORE_WITH_PHP= 70 71 72 + USES= php:web USE_PHP= mysql pcre NO_BUILD= yes |