git: 55dde5f381f0 - main - sysutils/onefetch: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Feb 2024 13:42:41 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=55dde5f381f0d9b9001d98ee3b9ab313d22d7a1b commit 55dde5f381f0d9b9001d98ee3b9ab313d22d7a1b Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-02-09 10:28:05 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-02-09 13:42:34 +0000 sysutils/onefetch: Add missing dependency Approved by: portmgr (build fix blanket) --- sysutils/onefetch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index c8424a211e2b..a01e5007d405 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -9,7 +9,8 @@ WWW= https://github.com/o2sh/onefetch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -LIB_DEPENDS= libgit2.so:devel/libgit2 +LIB_DEPENDS= libgit2.so:devel/libgit2 \ + libzstd.so:archivers/zstd RUN_DEPENDS= git:devel/git USES= cargo