git: 29edf60ed922 - main - sysutils/ncdu2: unbreak build after 7fa85e6a3844
Date: Mon, 10 Jun 2024 23:04:31 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=29edf60ed922212b850f2d06a36ba6e80035fc9b commit 29edf60ed922212b850f2d06a36ba6e80035fc9b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-06-10 23:03:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-10 23:04:10 +0000 sysutils/ncdu2: unbreak build after 7fa85e6a3844 ===> ncdu2-2.4 depends on package: zig>=0.12<0.12_99 - not found PR: 279608 --- sysutils/ncdu2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile index cf0987f7450d..38d31334f3e8 100644 --- a/sysutils/ncdu2/Makefile +++ b/sysutils/ncdu2/Makefile @@ -13,7 +13,7 @@ WWW= https://dev.yorhel.nl/ncdu \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt -BUILD_DEPENDS= zig>=0.12<0.12_99:lang/zig +BUILD_DEPENDS= zig>=0.12.1<0.12.1_99:lang/zig USES= ncurses