Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 19:11:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2de34396a402 - main - math/lemon: Add missing dependencies
Message-ID:  <202105121911.14CJBJia003284@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2de34396a402af2ed3fdd548ac5fb977f997d107

commit 2de34396a402af2ed3fdd548ac5fb977f997d107
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-12 18:56:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-12 19:11:14 +0000

    math/lemon: Add missing dependencies
---
 math/lemon/Makefile  | 8 ++++++--
 math/lemon/pkg-descr | 2 +-
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105121911.14CJBJia003284>