diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2024-02-09 11:28:05 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-02-09 14:42:34 +0100 |
commit | 55dde5f381f0d9b9001d98ee3b9ab313d22d7a1b (patch) | |
tree | 9c14cfa06dee231897e94aee7040f5e2646e0559 | |
parent | devel/py-watchdog: Fix build (diff) |
sysutils/onefetch: Add missing dependency
Approved by: portmgr (build fix blanket)
-rw-r--r-- | sysutils/onefetch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |