From 5c2619aff98089932b38b7cf6a0b24126e302639 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:16 +0100 Subject: [PATCH] supertux2: drop hostmakedepends provided by build_style --- srcpkgs/supertux2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/supertux2/template b/srcpkgs/supertux2/template index 184ace34d02..3d68f4950c9 100644 --- a/srcpkgs/supertux2/template +++ b/srcpkgs/supertux2/template @@ -9,7 +9,7 @@ configure_args=" -DINSTALL_SUBDIR_BIN=bin -DINSTALL_SUBDIR_SHARE=share/supertux2 -DWERROR=OFF" -hostmakedepends="cmake pkg-config" +hostmakedepends="pkg-config" makedepends=" SDL2_image-devel boost-devel glew-devel libcurl-devel libvorbis-devel libopenal-devel physfs-devel"