diff options
Diffstat (limited to 'math/eclib/Makefile')
-rw-r--r-- | math/eclib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/eclib/Makefile b/math/eclib/Makefile index 8229787a4e72..bb88e4353016 100644 --- a/math/eclib/Makefile +++ b/math/eclib/Makefile @@ -1,6 +1,5 @@ PORTNAME= eclib -PORTVERSION= 20250122 -PORTREVISION= 1 +PORTVERSION= 20250627 DISTVERSIONPREFIX= v CATEGORIES= math @@ -18,14 +17,14 @@ LIB_DEPENDS= libntl.so:math/ntl \ USE_GITHUB= yes GH_ACCOUNT= JohnCremona -USES= autoreconf compiler:c++14-lang libtool localbase +USES= autoreconf compiler:c++17-lang libtool localbase OPTIONS_DEFINE= DOCS LIBS+= "-lm" GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_CXXSTD= c++14 +USE_CXXSTD= c++17 CONFIGURE_ARGS= --with-flint=${LOCALBASE} --with-boost=${LOCALBASE} INSTALL_TARGET= install-strip USE_LDCONFIG= yes |