diff --git a/math/lemon/Makefile b/math/lemon/Makefile index 6fa38a466249..88eaf2f6737a 100644 --- a/math/lemon/Makefile +++ b/math/lemon/Makefile @@ -1,33 +1,33 @@ PORTNAME= lemon DISTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://lemon.cs.elte.hu/pub/sources/ PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= Library for Efficient Modeling and Optimization in Networks LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libCbc.so:math/coinmp +LIB_DEPENDS= libCbc.so:math/cbc USES= cmake USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CONFLICTS_BUILD= SoPlex # Incompatible with SoPlex-4.0.0 optional dependency: https://lemon.cs.elte.hu/trac/lemon/ticket/616 OPTIONS_DEFINE= GLPK OPTIONS_DEFAULT= GLPK GLPK_DESC= Build with GLPK solver GLPK_CMAKE_BOOL= LEMON_ENABLE_GLPK GLPK_LIB_DEPENDS= libglpk.so:math/glpk post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-0.x-to-1.x.sh .include