diff options
Diffstat (limited to 'math/clp')
-rw-r--r-- | math/clp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index d7eecf0827df..2fab3a46b48f 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -2,10 +2,9 @@ PORTNAME= Clp DISTVERSION= 1.17.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math -MASTER_SITES= http://www.coin-or.org/download/source/${PORTNAME}/ \ - http://www.mavetju.org/download/adopted/ +MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/ PKGNAMEPREFIX= coin-or- MAINTAINER= co9co9@gmail.com @@ -15,7 +14,8 @@ LICENSE= EPL BUILD_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \ coin-or-Data-Netlib>0:math/coin-or-data-netlib -LIB_DEPENDS= libcoinmumps.so:math/ipopt \ +LIB_DEPENDS= libcoinasl.so:math/asl \ + libcoinmumps.so:math/ipopt \ libCoinUtils.so:math/coinutils RUN_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \ coin-or-Data-Netlib>0:math/coin-or-data-netlib |