From 2afbca74b9e306730a1ad7d662a4090c437265b1 Mon Sep 17 00:00:00 2001 From: ojab Date: Tue, 23 Apr 2013 16:38:49 +0400 Subject: [PATCH] xcb-proto: fix hostmakedepends --- srcpkgs/xcb-proto/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template index 8bce2eb1d2b..e9737f46734 100644 --- a/srcpkgs/xcb-proto/template +++ b/srcpkgs/xcb-proto/template @@ -3,7 +3,8 @@ pkgname=xcb-proto version=1.8 revision=2 build_style=gnu-configure -makedepends="python libxml2" +hostmakedepends="python" +makedepends="libxml2" short_desc="XML-XCB (X C Bindings) protocol descriptions" maintainer="Juan RP " homepage="http://xcb.freedesktop.org"