diff options
-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 |