git: 2f17bcec41e1 - main - mail/roundcube-contextmenu: Mark PHP 8.1 compat
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Oct 2022 07:47:36 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f17bcec41e1c0572201836c111f235473ff2d69 commit 2f17bcec41e1c0572201836c111f235473ff2d69 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-10-21 07:47:14 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-10-21 07:47:14 +0000 mail/roundcube-contextmenu: Mark PHP 8.1 compat --- mail/roundcube-contextmenu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile index 037ca66acae0..45087f590081 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=81 82 +IGNORE_WITH_PHP=82 NO_BUILD= yes NO_ARCH= yes