diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2023-12-05 14:58:32 +0900 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2023-12-05 14:58:32 +0900 |
commit | f5e5ee802c2753b1d170f14c8af7e3df893e353c (patch) | |
tree | db2a6c16731e3dc0d461443090747cb376853bd3 | |
parent | 12e28d70c028e9925d4045fcc702cbb38b4a041c (diff) | |
download | freebsd-ports-f5e5ee802c2753b1d170f14c8af7e3df893e353c.zip |
mail/roundcube-{contextmenu,thunderbird}: Remove IGNORE_WITH_PHP=82
PR: 275467
-rw-r--r-- | mail/roundcube-contextmenu/Makefile | 2 | ||||
-rw-r--r-- | mail/roundcube-thunderbird_labels/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile index 396890871963..c5e466ae4cac 100644 --- a/mail/roundcube-contextmenu/Makefile +++ b/mail/roundcube-contextmenu/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP=82 83 +IGNORE_WITH_PHP=83 NO_BUILD= yes NO_ARCH= yes diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile index a52e05f1d158..7fc212b14493 100644 --- a/mail/roundcube-thunderbird_labels/Makefile +++ b/mail/roundcube-thunderbird_labels/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.4.0:mail/roundcube@${PHP_FLAVOR} -IGNORE_WITH_PHP= 82 83 +IGNORE_WITH_PHP= 83 USES= php:flavors USE_GITHUB= yes |