opencollada: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:13 +01:00
parent 3eb826fbfb
commit eb481114e5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ revision=1
wrksrc="OpenCOLLADA-${version}"
build_style=cmake
configure_args="-DUSE_SHARED=TRUE"
hostmakedepends="cmake pkg-config"
hostmakedepends="pkg-config"
makedepends="libxml2-devel pcre-devel"
short_desc="Stream based reader and writer library for COLLADA files"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"