From 5632bb4790f2b7dcd81f98a50f0b114ee809e240 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 5 Oct 2014 07:50:58 +0200 Subject: [PATCH] kupfer: add missing dependencies --- srcpkgs/kupfer/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/kupfer/template b/srcpkgs/kupfer/template index 96ddc48559c..558a31e07bc 100644 --- a/srcpkgs/kupfer/template +++ b/srcpkgs/kupfer/template @@ -3,7 +3,9 @@ pkgname=kupfer version=208 revision=1 build_style=waf -hostmakedepends="python perl intltool python-gobject2 pygtk python-xdg python-dbus" +hostmakedepends="perl intltool" +makedepends="python python-gobject2 pygtk python-xdg python-dbus" +depends="$makedepends" short_desc="Interface for quick and convenient access to applications" maintainer="Enno Boland " license="GPL-3"