diff options
Diffstat (limited to 'filesystems/lizardfs/Makefile')
| -rw-r--r-- | filesystems/lizardfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/lizardfs/Makefile b/filesystems/lizardfs/Makefile index 2fd4bff83d7b..c6262cd3b243 100644 --- a/filesystems/lizardfs/Makefile +++ b/filesystems/lizardfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= lizardfs PORTVERSION= 3.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= filesystems sysutils MAINTAINER= jhixson@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= a2x:textproc/asciidoc \ spdlog>=1.4.2:devel/spdlog -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libfmt.so:devel/libfmt USES= cmake compiler:c11 fuse python shebangfix |
