git: 6078ebadf067 - main - sysutils/ncdu2: Remove unnecessary RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 09:32:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6078ebadf067a32b9d97a9213f19119dcbdcad68 commit 6078ebadf067a32b9d97a9213f19119dcbdcad68 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 09:29:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 09:29:34 +0000 sysutils/ncdu2: Remove unnecessary RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 273278 Reported by: jbeich --- sysutils/ncdu2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile index 1838f9785d92..e4de2f4976c4 100644 --- a/sysutils/ncdu2/Makefile +++ b/sysutils/ncdu2/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncdu PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://dev.yorhel.nl/download/ PKGNAMESUFFIX= 2 @@ -14,7 +14,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt BUILD_DEPENDS= zig>=0.10.0<0.10.1_99:lang/zig -RUN_DEPENDS= zig:lang/zig USES= ncurses