diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-17 14:13:17 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-17 14:13:17 +0000 |
commit | ab17c1eacddd332c173b434de5cf194ea61b63ae (patch) | |
tree | 6950b9f0d162b059bcfc18f369157cfdd36425ad /mail/pecl-mailparse | |
parent | a76d003ccee8e63f053fbd2672ad685436c1f8b4 (diff) |
Notes
Diffstat (limited to 'mail/pecl-mailparse')
-rw-r--r-- | mail/pecl-mailparse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index ba1d54e43b11..b92075b9546a 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -11,8 +11,9 @@ COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE_WITH_PHP= 56 + USES= php:pecl USE_PHP= mbstring:build -IGNORE_WITH_PHP= 56 .include <bsd.port.mk> |