diff options
Diffstat (limited to '')
-rw-r--r-- | math/libsemigroups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile index e48b63648acf..9300f0d48ca3 100644 --- a/math/libsemigroups/Makefile +++ b/math/libsemigroups/Makefile @@ -1,5 +1,5 @@ PORTNAME= libsemigroups -PORTVERSION= 3.0.3 +PORTVERSION= 3.1.3 DISTVERSIONPREFIX= v CATEGORIES= math @@ -14,7 +14,7 @@ LIB_DEPENDS= libfmt.so:devel/libfmt USE_GITHUB= yes -USES= autoreconf compiler:c++11-lang eigen:3,build \ +USES= autoreconf compiler:c++17-lang eigen:3,build \ libtool pathfix pkgconfig GNU_CONFIGURE= yes |