summaryrefslogtreecommitdiff
path: root/devel/libfmt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libfmt/Makefile')
-rw-r--r--devel/libfmt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile
index 8eab76db2436..b7b53eca94d1 100644
--- a/devel/libfmt/Makefile
+++ b/devel/libfmt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fmt
-PORTVERSION= 10.2.1
+PORTVERSION= 11.2.0
CATEGORIES= devel
MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= lib
@@ -24,7 +24,9 @@ CMAKE_OFF= FMT_CUDA_TEST \
FMT_WERROR
CMAKE_ON= BUILD_SHARED_LIBS \
FMT_OS
-CMAKE_TESTING_ON= FMT_TEST
+CMAKE_TESTING_ON= \
+ FMT_FUZZ_LINKMAIN \
+ FMT_TEST
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}