diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile index 0c20d1515a398..cf3c3263c3eef 100644 --- a/devel/xeus/Makefile +++ b/devel/xeus/Makefile @@ -1,5 +1,6 @@ PORTNAME= xeus DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -23,10 +24,4 @@ GH_ACCOUNT= jupyter-xeus CMAKE_OFF= BUILD_STATIC_LIBS CMAKE_TESTING_ON= XEUS_BUILD_TESTS -OPTIONS_DEFINE= NATIVE - -NATIVE_DESC= Build with native optimizations (-march=native) -NATIVE_CMAKE_ON= -DXEUS_DISABLE_ARCH_NATIVE=OFF -NATIVE_CMAKE_OFF= -DXEUS_DISABLE_ARCH_NATIVE=ON - .include