aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-03 20:05:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-03 20:56:30 +0000
commitf7f178df1f0982cd0366b9f8432a3dd1e733ec8e (patch)
tree92317bffe71c55a4feb8441493131e1359d25df4
parent94d72cc33f7f30658a866f112a2668654aa02769 (diff)
downloadports-f7f178df1f0982cd0366b9f8432a3dd1e733ec8e.tar.gz
ports-f7f178df1f0982cd0366b9f8432a3dd1e733ec8e.zip
math/clp: Link with COIN-OR ASL library
Also update MASTER_SITES.
-rw-r--r--math/clp/Makefile8
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