read-edid: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:15 +01:00
parent 61289e24be
commit 4362d1797c

View file

@ -3,7 +3,6 @@ pkgname=read-edid
version=3.0.2
revision=2
build_style=cmake
hostmakedepends="cmake"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends="libx86-devel";;
*) configure_args="-DCLASSICBUILD=NO";;