summaryrefslogtreecommitdiff
path: root/devel/wasmer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/wasmer/Makefile')
-rw-r--r--devel/wasmer/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/wasmer/Makefile b/devel/wasmer/Makefile
index 6f031ce935fa..e8aa2e0a5348 100644
--- a/devel/wasmer/Makefile
+++ b/devel/wasmer/Makefile
@@ -1,7 +1,6 @@
PORTNAME= wasmer
DISTVERSIONPREFIX= v
-DISTVERSION= 5.0.4
-PORTREVISION= 1
+DISTVERSION= 6.0.0
CATEGORIES= devel
MAINTAINER= kjozic@gmail.com
@@ -28,7 +27,10 @@ CARGO_INSTALL= no
MAKE_ENV+= ENABLE_CRANELIFT=1 \
ENABLE_LLVM=0 \
- ENABLE_SINGLEPASS=0
+ ENABLE_SINGLEPASS=1 \
+ ENABLE_V8=0 \
+ ENABLE_WAMR=0 \
+ ENABLE_WASMI=0
ALL_TARGET= build-wasmer