diff options
author | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
commit | 443a8a28b3bcbcb6163d5e590206070badda7501 (patch) | |
tree | 7ec17b9d0da9fc4e843775137cd0b2b0a658807a /www/php-templates | |
parent | 410d2a7b66efffe3bb6c70ceabaa012daf28bd5e (diff) | |
download | freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.gz freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.zst freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.zip |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
Diffstat (limited to 'www/php-templates')
-rw-r--r-- | www/php-templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |