diff --git a/math/couenne/Makefile b/math/couenne/Makefile index 0414ea409b4d..5a168e54c06f 100644 --- a/math/couenne/Makefile +++ b/math/couenne/Makefile @@ -1,27 +1,29 @@ PORTNAME= couenne DISTVERSIONPREFIX= releases/ DISTVERSION= 0.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= Convex Over and Under Envelopes for NonliNear Estimation LICENSE= EPL 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 GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= coin-or GH_PROJECT= Couenne USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include