aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-25 23:35:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-25 23:35:12 +0000
commit9d360f8a457078b1729b9fe93fec4e944800103f (patch)
tree1d99f4012af339a26e4454453d93d4600678d086
parentbeb9bf57ccec83337966e5a82e0fea6317374e6c (diff)
downloadports-9d360f8a457078b1729b9fe93fec4e944800103f.tar.gz
ports-9d360f8a457078b1729b9fe93fec4e944800103f.zip
misc/tenere: Add missing dependency
-rw-r--r--misc/tenere/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile
index b85fc6f929fc..99991db3d6aa 100644
--- a/misc/tenere/Makefile
+++ b/misc/tenere/Makefile
@@ -1,7 +1,7 @@
PORTNAME= tenere
DISTVERSIONPREFIX= v
DISTVERSION= 0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= compilation fails: cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
-LIB_DEPENDS= libonig.so:devel/oniguruma
+LIB_DEPENDS= libgit2.so:devel/libgit2 \
+ libonig.so:devel/oniguruma
USES= cargo