diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-02 17:35:20 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-02 17:35:38 -0700 |
commit | 5bdbae9cf7694fc104c77b1145916ab33ff61a76 (patch) | |
tree | 19d80dd68560220c26e591b7c551b055a8d37278 | |
parent | x11/wezterm: update to 20210502.154244.3.f7122.c (diff) |
math/couenne: Add missing dependencies
-rw-r--r-- | math/couenne/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/couenne/Makefile b/math/couenne/Makefile index 0414ea409b4d..5a168e54c06f 100644 --- a/math/couenne/Makefile +++ b/math/couenne/Makefile @@ -1,7 +1,7 @@ PORTNAME= couenne DISTVERSIONPREFIX= releases/ DISTVERSION= 0.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/Couenne/LICENSE LIB_DEPENDS= libbonmin.so:math/bonmin \ libCbc.so:math/cbc \ + libCgl.so:math/cgl \ + libClp.so:math/clp \ libipopt.so:math/ipopt USES= blaslapack:netlib fortran gmake libtool pkgconfig |