openlierox: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:13 +01:00
parent 6a9485fa8f
commit 6be15fc37c

View File

@ -6,7 +6,7 @@ wrksrc=OpenLieroX
build_style=cmake
configure_args="-DSYSTEM_DATA_DIR=/usr/share -DDEBUG=OFF
-DBREAKPAD=OFF -DLINENOISE=OFF -DHASBFD=OFF -DLIBLUA_BUILTIN=OFF"
hostmakedepends="cmake pkg-config python"
hostmakedepends="pkg-config python"
makedepends="boost-devel libcurl-devel readline-devel libxml2-devel lua51-devel
gd-devel freealut-devel libopenal-devel libvorbis-devel SDL_image-devel
SDL_mixer-devel libzip-devel"