diff --git a/math/couenne/Makefile b/math/couenne/Makefile index 0b9df7ffc330..0414ea409b4d 100644 --- a/math/couenne/Makefile +++ b/math/couenne/Makefile @@ -1,26 +1,27 @@ PORTNAME= couenne DISTVERSIONPREFIX= releases/ DISTVERSION= 0.5.8 +PORTREVISION= 1 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/coinmp \ + libCbc.so:math/cbc \ 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