aboutsummaryrefslogtreecommitdiff
path: root/math/lemon
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-12 18:56:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-12 19:11:14 +0000
commit2de34396a402af2ed3fdd548ac5fb977f997d107 (patch)
tree0d7560c6385d4b6eb882644b5ff43e08b94c0b7c /math/lemon
parent0031954bf43411d84a1650783e645c5e3abcc60f (diff)
downloadports-2de34396a402af2ed3fdd548ac5fb977f997d107.tar.gz
ports-2de34396a402af2ed3fdd548ac5fb977f997d107.zip
math/lemon: Add missing dependencies
Diffstat (limited to 'math/lemon')
-rw-r--r--math/lemon/Makefile8
-rw-r--r--math/lemon/pkg-descr2
2 files changed, 7 insertions, 3 deletions
diff --git a/math/lemon/Makefile b/math/lemon/Makefile
index 88eaf2f6737a..d21453ebf93c 100644
--- a/math/lemon/Makefile
+++ b/math/lemon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lemon
DISTVERSION= 1.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://lemon.cs.elte.hu/pub/sources/
PKGNAMEPREFIX= coin-or-
@@ -11,7 +11,11 @@ COMMENT= Library for Efficient Modeling and Optimization in Networks
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libCbc.so:math/cbc
+LIB_DEPENDS= libCbc.so:math/cbc \
+ libCgl.so:math/cgl \
+ libClp.so:math/clp \
+ libCoinUtils.so:math/coinutils \
+ libOsi.so:math/osi
USES= cmake
USE_LDCONFIG= yes
diff --git a/math/lemon/pkg-descr b/math/lemon/pkg-descr
index 9f3b5eddd02d..800a4484bf85 100644
--- a/math/lemon/pkg-descr
+++ b/math/lemon/pkg-descr
@@ -4,6 +4,6 @@ connected mainly with graphs and networks.
LEMON is a member of the COIN-OR initiative, a collection of OR related open
source projects. You are free to use it in your commercial or non-commercial
-applications under very permissive license terms.
+applications under very permissive license terms.
WWW: https://lemon.cs.elte.hu/trac/lemon/