aboutsummaryrefslogtreecommitdiff
path: root/mail/pecl-mailparse
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-20 02:20:07 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-20 02:20:07 +0000
commit2f31d9527c440e4ba5115d6dbebfa032d47ac36b (patch)
treef0ed697e0a51eb14113d86eb29bb31f32f4a26b8 /mail/pecl-mailparse
parent9d086f15992bea9c8212d4d6dc702a13f026839b (diff)
downloadports-2f31d9527c440e4ba5115d6dbebfa032d47ac36b.tar.gz
ports-2f31d9527c440e4ba5115d6dbebfa032d47ac36b.zip
Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together Reported by: mat
Notes
Notes: svn path=/head/; revision=465055
Diffstat (limited to 'mail/pecl-mailparse')
-rw-r--r--mail/pecl-mailparse/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile
index b92075b9546a..ba1d54e43b11 100644
--- a/mail/pecl-mailparse/Makefile
+++ b/mail/pecl-mailparse/Makefile
@@ -11,9 +11,8 @@ 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>