git: 15f91ab8793d - main - math/py-cyipopt: Fix ipopt dependency

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

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

commit 15f91ab8793d19399767cf4f86cfec164edd9a44
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-24 17:17:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-24 17:17:55 +0000

    math/py-cyipopt: Fix ipopt dependency
---
 math/py-cyipopt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/py-cyipopt/Makefile b/math/py-cyipopt/Makefile
index afff33fc8fa3..89ee1574ddbc 100644
--- a/math/py-cyipopt/Makefile
+++ b/math/py-cyipopt/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	cyipopt
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +13,7 @@ LICENSE=	EPL
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 LIB_DEPENDS=	libblas.so:math/blas \
-		libcoinmetis.so:math/ipopt \
+		libipopt.so:math/ipopt \
 		liblapack.so:math/lapack
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \