mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/flopc++: Change dependency math/coinmp -> math/coinutils
CoinMP has the same code but is outdated because it is not being updated by the upstream any more.
This commit is contained in:
parent
9a0f9accef
commit
8075e78a2a
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= flopc++
|
||||
DISTVERSION= 1.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.coin-or.org/download/pkgsource/FlopC++/
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
@ -11,7 +12,7 @@ COMMENT= Library for solving Linear Optimization Problems in C++
|
|||
LICENSE= EPL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libCoinUtils.so:math/coinmp \
|
||||
LIB_DEPENDS= libCoinUtils.so:math/coinutils \
|
||||
libOsi.so:math/osi
|
||||
|
||||
USES= gmake libtool pkgconfig tar:tgz
|
||||
|
|
Loading…
Add table
Reference in a new issue