From abb5cf5d40d3e4c0e16f20225bd26e67e564a402 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:12 +0100 Subject: [PATCH] libssh: drop hostmakedepends provided by build_style --- srcpkgs/libssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index 157527ea662..bfefa6ad354 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -3,7 +3,7 @@ pkgname=libssh version=0.7.3 revision=3 build_style=cmake -hostmakedepends="cmake pkg-config" +hostmakedepends="pkg-config" makedepends="zlib-devel libressl-devel" short_desc="Multiplatform C library implementing the SSH v2 protocol" maintainer="Juan RP "