From 4a5f9b4cf671039f51e89123ad6894f6bc887a0f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 28 Sep 2017 12:25:45 +0000 Subject: [PATCH] zstd: enable gzip/lzma support --- srcpkgs/zstd/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/zstd/template b/srcpkgs/zstd/template index 2ba919c5d55..714394d2e28 100644 --- a/srcpkgs/zstd/template +++ b/srcpkgs/zstd/template @@ -4,6 +4,7 @@ version=1.3.1 revision=1 short_desc="Fast real-time compression algorithm" maintainer="Michael Gehring " +makedepends="zlib-devel liblzma-devel" license="BSD" homepage="http://www.zstd.net" distfiles="https://github.com/facebook/zstd/archive/v${version}.tar.gz"