summaryrefslogtreecommitdiff
path: root/net/mvfst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mvfst/Makefile')
-rw-r--r--net/mvfst/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile
index e7d8fead8558..aa57dc569927 100644
--- a/net/mvfst/Makefile
+++ b/net/mvfst/Makefile
@@ -1,6 +1,7 @@
PORTNAME= mvfst
DISTVERSIONPREFIX= v
DISTVERSION= 2025.08.18.00
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
@@ -10,7 +11,7 @@ WWW= https://github.com/facebook/mvfst
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libboost_system.so:devel/boost-libs \
+LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libdouble-conversion.so:devel/double-conversion \
libevent.so:devel/libevent \
libfizz.so:security/fizz \