diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-03-17 22:13:17 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-03-17 22:13:17 +0800 |
commit | ed7d3b6fe43cec789e4c616a32ec5d43e7986bfe (patch) | |
tree | 6950b9f0d162b059bcfc18f369157cfdd36425ad /mail | |
parent | bc87bae33d1e2c96d3f0bdda1ed583ed50e2557d (diff) | |
download | freebsd-ports-gnome-ed7d3b6fe43cec789e4c616a32ec5d43e7986bfe.tar.gz freebsd-ports-gnome-ed7d3b6fe43cec789e4c616a32ec5d43e7986bfe.tar.zst freebsd-ports-gnome-ed7d3b6fe43cec789e4c616a32ec5d43e7986bfe.zip |
Fix order of variables
Ports maintained by me in categories:: mail math net net-im
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isoqlog/Makefile | 5 | ||||
-rw-r--r-- | mail/pecl-mailparse/Makefile | 3 | ||||
-rw-r--r-- | mail/pecl-mailparse2/Makefile | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/mail/isoqlog/Makefile b/mail/isoqlog/Makefile index f7450ac436c9..a94398c4df0b 100644 --- a/mail/isoqlog/Makefile +++ b/mail/isoqlog/Makefile @@ -13,13 +13,12 @@ COMMENT= Qmail, postfix, sendmail, exim MTA log analysis program LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USES= gmake - -OPTIONS_DEFINE= DOCS +GNU_CONFIGURE= yes SUB_FILES= pkg-message PORTDOCS= * +OPTIONS_DEFINE= DOCS .include <bsd.port.mk> 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> diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile index a9faf5de778b..8fad68bb66ae 100644 --- a/mail/pecl-mailparse2/Makefile +++ b/mail/pecl-mailparse2/Makefile @@ -11,10 +11,11 @@ COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP202 -PORTSCOUT= limit:^2.* +IGNORE_WITH_PHP= 70 71 72 USES= php:pecl USE_PHP= mbstring:build -IGNORE_WITH_PHP= 70 71 72 + +PORTSCOUT= limit:^2.* .include <bsd.port.mk> |