aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-02 21:32:57 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-02 23:19:10 +0000
commitdff68fc9fb99bc0bc542c05cce4790effca4f831 (patch)
tree0dd11312c516939ba101e1ff00234f5bde86d4ee
parent8075e78a2ac7c891e3d9423cf256e0d63d152fbe (diff)
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.
-rw-r--r--math/symphony/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/symphony/Makefile b/math/symphony/Makefile
index 91da6b4ccc74..9a962aec4fec 100644
--- a/math/symphony/Makefile
+++ b/math/symphony/Makefile
@@ -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