summaryrefslogtreecommitdiff
path: root/devel/uvwasi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/uvwasi/Makefile')
-rw-r--r--devel/uvwasi/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/uvwasi/Makefile b/devel/uvwasi/Makefile
index 15965f5fe430..992ee45d26da 100644
--- a/devel/uvwasi/Makefile
+++ b/devel/uvwasi/Makefile
@@ -1,5 +1,5 @@
PORTNAME= uvwasi
-PORTVERSION= 0.0.21
+PORTVERSION= 0.0.23
DISTVERSIONPREFIX= v
CATEGORIES= devel
@@ -15,11 +15,10 @@ LIB_DEPENDS= libuv.so:devel/libuv
USES= cmake:testing pathfix
CMAKE_OFF= ASAN \
+ BUILD_TESTING \
CODE_COVERAGE \
- UVWASI_DEBUG_LOG \
- UVWASI_BUILD_TESTS
+ UVWASI_DEBUG_LOG
CMAKE_ON= INSTALL_UVWASI
-CMAKE_TESTING_ON= UVWASI_BUILD_TESTS
USE_GITHUB= yes
GH_ACCOUNT= nodejs