git: cb84d120789d - main - math/cgl: Remove unnecessary dependency

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

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

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

    math/cgl: Remove unnecessary dependency
---
 math/cgl/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/math/cgl/Makefile b/math/cgl/Makefile
index 04aa3d86d39d..5651788fb047 100644
--- a/math/cgl/Makefile
+++ b/math/cgl/Makefile
@@ -12,7 +12,6 @@ LICENSE_FILE=	${WRKSRC}/Cgl/LICENSE
 
 LIB_DEPENDS=	libcoinasl.so:math/asl \
 		libblas.so:math/blas \
-		libcoinmetis.so:math/ipopt \
 		libCoinUtils.so:math/coinutils \
 		libClp.so:math/clp \
 		libcoinmumps.so:math/coin-or-mumps \