git: b84d697b99fc - main - math/or-tools: Fix dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 24 Mar 2022 17:31:19 UTC
The branch main has been updated by yuri:

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

commit b84d697b99fc5f538d1869777279e44779c3a3c0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-24 17:30:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-24 17:30:56 +0000

    math/or-tools: Fix dependency
---
 math/or-tools/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile
index fdb75dd6e32d..9be8d3f598e5 100644
--- a/math/or-tools/Makefile
+++ b/math/or-tools/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	or-tools
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libabsl_base.so:devel/abseil \
 		libCbc.so:math/cbc \
 		libCgl.so:math/cgl \
 		libcoinasl.so:math/asl \
-		libcoinmetis.so:math/ipopt \
+		libcoinmumps.so:math/coin-or-mumps \
 		libCoinUtils.so:math/coinutils \
 		libnauty.so:math/nauty \
 		libopenblas.so:math/openblas \