diff options
author | mat <mat@FreeBSD.org> | 2016-03-14 00:56:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-14 00:56:42 +0800 |
commit | 0ab7b154ee5a86886ed27c6187ca1a304627aa29 (patch) | |
tree | d4b7ede842a024c4b957a1eca2603a2fb328efef /www/php-templates | |
parent | 6e841ff53448a0544af457e2d25f8ebbc722a7b7 (diff) | |
download | freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.gz freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.zst freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.zip |
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
Diffstat (limited to 'www/php-templates')
-rw-r--r-- | www/php-templates/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |