libssh: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:12 +01:00
parent 6cbe2d526c
commit abb5cf5d40

View file

@ -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 <xtraeme@voidlinux.eu>"