aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pecl-tokyo_tyrant
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-12-14 21:57:28 +0800
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-12-14 21:57:28 +0800
commit1d7e0541a423963ed2c8b02439830a4c97c6241d (patch)
treeaa74e05ef162dc15fb8341ffff80ef4081efd27c /databases/pecl-tokyo_tyrant
parent5d172aa2a44e626641ee7401fbac0b431059b8e2 (diff)
downloadfreebsd-ports-gnome-1d7e0541a423963ed2c8b02439830a4c97c6241d.tar.gz
freebsd-ports-gnome-1d7e0541a423963ed2c8b02439830a4c97c6241d.tar.zst
freebsd-ports-gnome-1d7e0541a423963ed2c8b02439830a4c97c6241d.zip
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
Diffstat (limited to 'databases/pecl-tokyo_tyrant')
-rw-r--r--databases/pecl-tokyo_tyrant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile
index 5733c0768d12..d05afd5aface 100644
--- a/databases/pecl-tokyo_tyrant/Makefile
+++ b/databases/pecl-tokyo_tyrant/Makefile
@@ -16,6 +16,6 @@ LIB_DEPENDS= libtokyotyrant.so:databases/tokyotyrant
USES= php:pecl pkgconfig
USE_PHP= session:build
-IGNORE_WITH_PHP= 70
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>