summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2024-02-09 11:28:05 +0100
committerMikael Urankar <mikael@FreeBSD.org>2024-02-09 14:42:34 +0100
commit55dde5f381f0d9b9001d98ee3b9ab313d22d7a1b (patch)
tree9c14cfa06dee231897e94aee7040f5e2646e0559
parentdevel/py-watchdog: Fix build (diff)
sysutils/onefetch: Add missing dependency
Approved by: portmgr (build fix blanket)
-rw-r--r--sysutils/onefetch/Makefile3
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