From 26d96eb3f0894e7c7b15b731606f6a908f506593 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 10 Apr 2018 12:32:46 -0400 Subject: [PATCH] install-deps: add liblz4 to freebsd build dependencies Signed-off-by: Casey Bodley --- install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-deps.sh b/install-deps.sh index 1dc7068441e37..7c095343dce01 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -128,6 +128,7 @@ if [ x`uname`x = xFreeBSDx ]; then net/openldap-client \ security/nss \ archivers/snappy \ + archivers/liblz4 \ ftp/curl \ misc/e2fsprogs-libuuid \ misc/getopt \ -- 2.39.5