aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2024-02-09 10:28:05 +0000
committerMikael Urankar <mikael@FreeBSD.org>2024-02-09 13:42:34 +0000
commit55dde5f381f0d9b9001d98ee3b9ab313d22d7a1b (patch)
tree9c14cfa06dee231897e94aee7040f5e2646e0559
parent230b6dd8fda0f09b754c478ab23144d8eaee86ad (diff)
downloadports-55dde5f381f0d9b9001d98ee3b9ab313d22d7a1b.tar.gz
ports-55dde5f381f0d9b9001d98ee3b9ab313d22d7a1b.zip
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