tidy5: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:17 +01:00
parent 68467aa950
commit 74d214f3c7

View file

@ -6,7 +6,7 @@ _reponame=tidy-html5
wrksrc="${_reponame}-${version}"
build_style=cmake
cmake_builddir=build/cmake
hostmakedepends="cmake libxslt"
hostmakedepends="libxslt"
short_desc="Tool to tidy down your HTML/HTML5 code to a clean style"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="W3C"