From efb9760ef8cd379bd5a1d79aa19ac1f56609adfa Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:04 +0100 Subject: [PATCH] fastd: drop hostmakedepends provided by build_style --- srcpkgs/fastd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template index d40b3cc2455..7d70f52860e 100644 --- a/srcpkgs/fastd/template +++ b/srcpkgs/fastd/template @@ -3,7 +3,7 @@ pkgname=fastd version=18 revision=1 build_style=cmake -hostmakedepends="cmake pkg-config bison" +hostmakedepends="pkg-config bison" makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel" short_desc="Fast and Secure Tunneling Daemon" maintainer="Enno Boland "