aboutsummaryrefslogtreecommitdiff
path: root/math/coinmp
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2022-04-12 21:20:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-04-12 21:21:48 +0000
commit26c29e188544af869114c53f76d6f596a9041f9a (patch)
tree2f98969966f19481b2fce0a4f16790a0a0af5ade /math/coinmp
parent44ba949f820b8982049d02362848d77ee66a6da8 (diff)
downloadports-26c29e188544af869114c53f76d6f596a9041f9a.tar.gz
ports-26c29e188544af869114c53f76d6f596a9041f9a.zip
math/coinmp: Dependency fixes
PR: 263246
Diffstat (limited to 'math/coinmp')
-rw-r--r--math/coinmp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile
index 90163c0e9329..76d5b38f2060 100644
--- a/math/coinmp/Makefile
+++ b/math/coinmp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= CoinMP
DISTVERSIONPREFIX= releases/
DISTVERSION= 1.8.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -19,9 +19,11 @@ LIB_DEPENDS= libblas.so:math/blas \
libCgl.so:math/cgl \
libClp.so:math/clp \
libcoinasl.so:math/asl \
- libcoinmumps.so:math/ipopt \
+ libcoinmumps.so:math/coin-or-mumps \
libCoinUtils.so:math/coinutils \
- libopenblas.so:math/openblas
+ libnauty.so:math/nauty \
+ libopenblas.so:math/openblas \
+ libOsi.so:math/osi
USES= compiler:c++11-lang libtool pathfix pkgconfig
USE_LDCONFIG= yes