diff options
Diffstat (limited to 'math/lemon/Makefile')
-rw-r--r-- | math/lemon/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/lemon/Makefile b/math/lemon/Makefile index a695e8fc07c1..79b26d1b75ea 100644 --- a/math/lemon/Makefile +++ b/math/lemon/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libCbc.so:math/cbc \ libOsi.so:math/osi USES= cmake +USE_CXXSTD= c++14 USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS @@ -32,12 +33,6 @@ GLPK_DESC= Build with GLPK solver GLPK_CMAKE_BOOL= LEMON_ENABLE_GLPK GLPK_LIB_DEPENDS= libglpk.so:math/glpk -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 -CXXFLAGS+= -Dregister= -.endif - post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-0.x-to-1.x.sh |