aboutsummaryrefslogtreecommitdiff
path: root/math/couenne
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-03 18:58:42 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-03 18:59:08 +0000
commit92e4b68914aa8118655b0e3030b601ca9decf86a (patch)
tree32cc2963696b5a2ed42a05a0d4d7bd5b68e649c8 /math/couenne
parent6ae00aea2cdbffa61b2a70d222d6d453e50cd9fb (diff)
downloadports-92e4b68914aa8118655b0e3030b601ca9decf86a.tar.gz
ports-92e4b68914aa8118655b0e3030b601ca9decf86a.zip
math/couenne: Add missing dependencies
Diffstat (limited to 'math/couenne')
-rw-r--r--math/couenne/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/couenne/Makefile b/math/couenne/Makefile
index d219b9882385..99be2e8d6b7a 100644
--- a/math/couenne/Makefile
+++ b/math/couenne/Makefile
@@ -1,7 +1,7 @@
PORTNAME= couenne
DISTVERSIONPREFIX= releases/
DISTVERSION= 0.5.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@@ -16,7 +16,9 @@ LIB_DEPENDS= libbonmin.so:math/bonmin \
libCbc.so:math/cbc \
libCgl.so:math/cgl \
libClp.so:math/clp \
- libipopt.so:math/ipopt
+ libCoinUtils.so:math/coinutils \
+ libipopt.so:math/ipopt \
+ libopenblas.so:math/openblas
USES= blaslapack:netlib fortran gmake libtool pkgconfig
USE_LDCONFIG= yes