aboutsummaryrefslogtreecommitdiffstats
path: root/www/pecl-solr
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-10-12 14:23:47 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2018-10-12 14:23:47 +0800
commitd926c2a5658aa32e68f4c0f3635feeae540b01eb (patch)
treef7de8780d0aeec6aec05027992f8fe7f029a5c30 /www/pecl-solr
parentdecae9455e2c0013bcb6eef7c26552c3f1e5f4e0 (diff)
downloadfreebsd-ports-gnome-d926c2a5658aa32e68f4c0f3635feeae540b01eb.tar.gz
freebsd-ports-gnome-d926c2a5658aa32e68f4c0f3635feeae540b01eb.tar.zst
freebsd-ports-gnome-d926c2a5658aa32e68f4c0f3635feeae540b01eb.zip
Those ports are not compatible with php 7.3
Reported by: pkg-fallout
Diffstat (limited to 'www/pecl-solr')
-rw-r--r--www/pecl-solr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile
index d785c875d977..5d4714844e77 100644
--- a/www/pecl-solr/Makefile
+++ b/www/pecl-solr/Makefile
@@ -15,6 +15,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
USES= php:pecl
USE_PHP= json:build
-IGNORE_WITH_PHP= 72
+IGNORE_WITH_PHP= 72 73
.include <bsd.port.mk>