aboutsummaryrefslogtreecommitdiff
path: root/www/miniserve/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/miniserve/Makefile')
-rw-r--r--www/miniserve/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile
index 0bf28cc49d5f..112d3e4a2ee1 100644
--- a/www/miniserve/Makefile
+++ b/www/miniserve/Makefile
@@ -1,6 +1,6 @@
PORTNAME= miniserve
DISTVERSIONPREFIX= v
-DISTVERSION= 0.31.0
+DISTVERSION= 0.32.0
PORTREVISION= 1
CATEGORIES= www
@@ -15,8 +15,9 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= the ring crate requires SSE2 instruction on intel cpu
-BUILD_DEPENDS= zstd>0:archivers/zstd
-LIB_DEPENDS= libonig.so:devel/oniguruma
+#BUILD_DEPENDS= zstd>0:archivers/zstd
+LIB_DEPENDS= libonig.so:devel/oniguruma \
+ libzstd.so:archivers/zstd
USES= cargo ssl:build
USE_GITHUB= yes