From 77283b63127f11e7a8f0c38c6d8e2007259c672d Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sat, 2 Mar 2024 12:44:58 +0100 Subject: [PATCH] mail/roundcube-{contextmenu,thunderbird}: Remove PHP restriction PR: 277259 Approved by: submitter is maintainer --- mail/roundcube-contextmenu/Makefile | 1 - mail/roundcube-thunderbird_labels/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile index c5e466ae4cac..e50b62bd37ec 100644 --- a/mail/roundcube-contextmenu/Makefile +++ b/mail/roundcube-contextmenu/Makefile @@ -13,7 +13,6 @@ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -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 7fc212b14493..ee0c751b1529 100644 --- a/mail/roundcube-thunderbird_labels/Makefile +++ b/mail/roundcube-thunderbird_labels/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.4.0:mail/roundcube@${PHP_FLAVOR} -IGNORE_WITH_PHP= 83 USES= php:flavors USE_GITHUB= yes