diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-02 22:38:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-02 23:19:10 +0000 |
commit | f831fa61da2cd127f33f998b8925b070ee7a626f (patch) | |
tree | 58c2e285b1c1af87f060aa280860ffd7735f6e38 /math/couenne | |
parent | 361b9264c79d794b4997497c31ec4acf7c699777 (diff) |
Diffstat (limited to 'math/couenne')
-rw-r--r-- | math/couenne/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/couenne/Makefile b/math/couenne/Makefile index 0b9df7ffc330..0414ea409b4d 100644 --- a/math/couenne/Makefile +++ b/math/couenne/Makefile @@ -1,6 +1,7 @@ PORTNAME= couenne DISTVERSIONPREFIX= releases/ DISTVERSION= 0.5.8 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -11,7 +12,7 @@ LICENSE= EPL LICENSE_FILE= ${WRKSRC}/Couenne/LICENSE LIB_DEPENDS= libbonmin.so:math/bonmin \ - libCbc.so:math/coinmp \ + libCbc.so:math/cbc \ libipopt.so:math/ipopt USES= blaslapack:netlib fortran gmake libtool pkgconfig |