aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-30 17:27:40 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-30 17:47:11 +0000
commitf98e7fabbeade264f11ca2003527e943febaa78a (patch)
treea9e9405ba6e4ffb7a6ee0a83a667a57eb4982c73
parent89b30bb9de066abf8e3710b8f5f37bbe0489b549 (diff)
downloadports-f98e7fabbeade264f11ca2003527e943febaa78a.tar.gz
ports-f98e7fabbeade264f11ca2003527e943febaa78a.zip
math/cbc: math/cbc: add dependency to math/osi
PR: 256904 Initial version submitted by: Philipp Ost <bsd@philippost.de>
-rw-r--r--math/cbc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/cbc/Makefile b/math/cbc/Makefile
index f5b24a375d48..3e256a48ba02 100644
--- a/math/cbc/Makefile
+++ b/math/cbc/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cbc
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.10.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@@ -18,7 +18,8 @@ LIB_DEPENDS= libblas.so:math/blas \
libcoinmumps.so:math/ipopt \
libCoinUtils.so:math/coinutils \
liblapack.so:math/lapack \
- libopenblas.so:math/openblas
+ libopenblas.so:math/openblas \
+ libOsi.so:math/osi
USES= compiler:c++11-lang fortran gmake libtool pkgconfig
USE_GITHUB= yes