git: 49d91cdf5c03 - main - misc/openmvg: fix LIB_DEPENDS

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Sun, 08 Jan 2023 09:14:33 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49d91cdf5c037619954af978e348456e8bf866b4

commit 49d91cdf5c037619954af978e348456e8bf866b4
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-01-08 09:14:15 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-01-08 09:14:30 +0000

    misc/openmvg: fix LIB_DEPENDS
---
 misc/openmvg/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile
index cd6f1e5d92b9..457f54cdb7a1 100644
--- a/misc/openmvg/Makefile
+++ b/misc/openmvg/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openmvg
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	misc science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -28,7 +28,7 @@ LIB_DEPENDS=	libamd.so:math/suitesparse-amd \
 		libcoinasl.so:math/asl \
 		libCoinUtils.so:math/coinutils \
 		libcolamd.so:math/suitesparse-colamd \
-		libcoinmumps.so:math/ipopt \
+		libcoinmumps.so:math/coin-or-mumps \
 		libcxsparse.so:math/suitesparse-cxsparse \
 		libemon.so:math/lemon \
 		libflann_cpp.so:math/flann \