diff options
-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 |