math/symphony: Change dependency math/coinmp -> math/cbc

CoinMP has the same code but is outdated because it is not being
updated by the upstream any more.
This commit is contained in:
Yuri Victorovich 2021-05-02 14:32:57 -07:00
parent 8075e78a2a
commit dff68fc9fb

View file

@ -1,6 +1,7 @@
PORTNAME= symphony
DISTVERSIONPREFIX= releases/
DISTVERSION= 5.6.17
PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@ -10,7 +11,7 @@ COMMENT= Solver and development framework for mixed-integer linear programs
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/SYMPHONY/LICENSE
LIB_DEPENDS= libCbc.so:math/coinmp
LIB_DEPENDS= libCbc.so:math/cbc
USES= gmake libtool pkgconfig
GNU_CONFIGURE= yes