git: a76c014131d2 - main - net-mgmt/icingaweb2-module-icingadb: Fix bulk warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Dec 2023 18:13:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a76c014131d263ac583cdc86bf61ac5686c0c1d4 commit a76c014131d263ac583cdc86bf61ac5686c0c1d4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-08 13:38:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-08 18:12:54 +0000 net-mgmt/icingaweb2-module-icingadb: Fix bulk warning Approved by: portmgr (just-fix-it) --- net-mgmt/icingaweb2-module-icingadb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/icingaweb2-module-icingadb/Makefile b/net-mgmt/icingaweb2-module-icingadb/Makefile index 7ad874342b5d..724bc43466ba 100644 --- a/net-mgmt/icingaweb2-module-icingadb/Makefile +++ b/net-mgmt/icingaweb2-module-icingadb/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= icinga-php-library${PHP_PKGNAMESUFFIX}>=0.9:net-mgmt/icinga-php-library@${PHP_FLAVOR} \ icinga-php-thirdparty${PHP_PKGNAMESUFFIX}>=0.11.0:net-mgmt/icinga-php-thirdparty@${PHP_FLAVOR} \ icingadb>0:net-mgmt/icingadb \ - icingaweb2${PHP_PKGNAMESUFFIX}>=2.9:net-mgmt/icingaweb2 + icingaweb2${PHP_PKGNAMESUFFIX}>=2.9:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors shebangfix # php json extension is required but it's statically linked in default php