aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-10-12 06:23:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-10-12 06:23:47 +0000
commitd926c2a5658aa32e68f4c0f3635feeae540b01eb (patch)
treef7de8780d0aeec6aec05027992f8fe7f029a5c30 /mail
parentdecae9455e2c0013bcb6eef7c26552c3f1e5f4e0 (diff)
downloadports-d926c2a5658aa32e68f4c0f3635feeae540b01eb.tar.gz
ports-d926c2a5658aa32e68f4c0f3635feeae540b01eb.zip
Those ports are not compatible with php 7.3
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=481878
Diffstat (limited to 'mail')
-rw-r--r--mail/pecl-mailparse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile
index ba1d54e43b11..fa6b792eae9c 100644
--- a/mail/pecl-mailparse/Makefile
+++ b/mail/pecl-mailparse/Makefile
@@ -13,6 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
USE_PHP= mbstring:build
-IGNORE_WITH_PHP= 56
+IGNORE_WITH_PHP= 56 73
.include <bsd.port.mk>