diff --git a/math/e-antic/Makefile b/math/e-antic/Makefile index bf192fd04273..d04d7bb22da5 100644 --- a/math/e-antic/Makefile +++ b/math/e-antic/Makefile @@ -1,6 +1,6 @@ PORTNAME= e-antic DISTVERSION= 2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 #MASTER_SITES= https://www.labri.fr/perso/vdelecro/e-antic/ CATEGORIES= math @@ -17,7 +17,6 @@ LIB_DEPENDS= libarb.so:math/arb \ libmpfr.so:math/mpfr \ libantic.so:math/antic \ libflint.so:math/flint2 \ - libbenchmark.so:devel/benchmark \ libboost_thread.so:devel/boost-libs USES= autoreconf compiler:c++11-lang gmake libtool localbase \ @@ -40,6 +39,7 @@ LIBS+= "-lm" GNU_CONFIGURE= yes # pytest requires cppyy, doc requires standardese CONFIGURE_ARGS= --without-byexample \ + --without-benchmark \ --without-pytest \ --without-doc USE_LDCONFIG= yes