summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-04-30 15:36:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-30 15:37:06 +0000
commit188d9b0c6f8c7a24afcddfdfa272926e472322c6 (patch)
tree0010f1653ba9223db4191df3245631283f3dbf09
parent4cd38832fbf55711e7912b9ea74b3264572c04ea (diff)
testing/xfce4-clipman-plugin: build fix
needs exo
-rw-r--r--testing/xfce4-clipman-plugin/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xfce4-clipman-plugin/APKBUILD b/testing/xfce4-clipman-plugin/APKBUILD
index f3e348cac09..5a44ff0a61d 100644
--- a/testing/xfce4-clipman-plugin/APKBUILD
+++ b/testing/xfce4-clipman-plugin/APKBUILD
@@ -7,7 +7,7 @@ url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
arch="all"
license="GPLv2+"
depends=""
-makedepends="libxfce4ui-dev xfce4-panel-dev libunique-dev libxtst-dev"
+makedepends="libxfce4ui-dev xfce4-panel-dev libunique-dev libxtst-dev exo-dev"
install=""
subpackages="$pkgname-doc $pkgname-lang"
source="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.2/xfce4-clipman-plugin-$pkgver.tar.bz2"