diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-08 23:08:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-08 23:08:13 +0800 |
commit | a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2 (patch) | |
tree | 42358909bf1bcd1454294bcb1807af0668a8d50d /mail | |
parent | aa4c9b292c8535dd6a140a2871d9924aa3ba0b17 (diff) | |
download | freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.tar.gz freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.tar.zst freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.zip |
Fix some PKGNAME collisions
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dracmail/Makefile | 2 | ||||
-rw-r--r-- | mail/pecl-mailparse2/Makefile | 2 | ||||
-rw-r--r-- | mail/pecl-pop3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/dracmail/Makefile b/mail/dracmail/Makefile index 6ddc8c56a93c..656ff5913911 100644 --- a/mail/dracmail/Makefile +++ b/mail/dracmail/Makefile @@ -11,7 +11,7 @@ DISTNAME= dracMail-${PORTVERSION}_release MAINTAINER= ports@FreeBSD.org COMMENT= DracMail is a webmail interface built using PHP -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 USE_PHP+= mysql imap dom tidy iconv mbstring USE_MYSQL= yes NO_BUILD= yes diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile index 634e7bb09bee..d3b8b46ce6ee 100644 --- a/mail/pecl-mailparse2/Makefile +++ b/mail/pecl-mailparse2/Makefile @@ -13,7 +13,7 @@ LICENSE= PHP202 USES= php:pecl USE_PHP= mbstring:build -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 PORTSCOUT= limit:^2.* diff --git a/mail/pecl-pop3/Makefile b/mail/pecl-pop3/Makefile index 18f42a77cb4e..bea5afc14240 100644 --- a/mail/pecl-pop3/Makefile +++ b/mail/pecl-pop3/Makefile @@ -10,6 +10,6 @@ MAINTAINER= buganini@gmail.com COMMENT= POP3 Client Library for PHP USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 .include <bsd.port.mk> |