git: 9d360f8a4570 - main - misc/tenere: Add missing dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 23:36:39 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d360f8a457078b1729b9fe93fec4e944800103f

commit 9d360f8a457078b1729b9fe93fec4e944800103f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-25 23:35:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-25 23:35:12 +0000

    misc/tenere: Add missing dependency
---
 misc/tenere/Makefile | 5 +++--
 1 file 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