opencolorio: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:13 +01:00
parent eb481114e5
commit 3b83daf6a5

View file

@ -9,7 +9,7 @@ case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) ;;
*) configure_args+=" -DOCIO_USE_SSE=OFF" ;;
esac
hostmakedepends="cmake pkg-config"
hostmakedepends="pkg-config"
makedepends="tinyxml-devel lcms2-devel"
short_desc="A complete color management solution"
maintainer="lemmi <lemmi@nerd2nerd.org>"