git: 19fa43ec6452 - main - math/cbc: Fix typo in LIB_DEPENDS

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 15 Mar 2022 08:42:32 UTC
The branch main has been updated by yuri:

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

commit 19fa43ec6452cafc8160c8ff4398b66200dd04e7
Author:     Trond Endrestol <Trond.Endrestol@ximalas.info>
AuthorDate: 2022-03-15 08:41:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-15 08:42:30 +0000

    math/cbc: Fix typo in LIB_DEPENDS
    
    PR:             262563
---
 math/cbc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/cbc/Makefile b/math/cbc/Makefile
index d16cf9de3407..19b1b4dde0ea 100644
--- a/math/cbc/Makefile
+++ b/math/cbc/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libCgl.so:math/cgl \
 		libClp.so:math/clp \
 		libcoinasl.so:math/asl \
-		libcoinmumps.so:math/ipopt \
+		libipopt.so:math/ipopt \
 		libcoinmumps.so:math/coin-or-mumps \
 		libCoinUtils.so:math/coinutils \
 		liblapack.so:math/lapack \