diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 15:36:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 15:37:06 +0000 |
commit | 188d9b0c6f8c7a24afcddfdfa272926e472322c6 (patch) | |
tree | 0010f1653ba9223db4191df3245631283f3dbf09 /testing | |
parent | 4cd38832fbf55711e7912b9ea74b3264572c04ea (diff) | |
download | aports-188d9b0c6f8c7a24afcddfdfa272926e472322c6.tar.bz2 aports-188d9b0c6f8c7a24afcddfdfa272926e472322c6.tar.xz |
testing/xfce4-clipman-plugin: build fix
needs exo
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xfce4-clipman-plugin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xfce4-clipman-plugin/APKBUILD b/testing/xfce4-clipman-plugin/APKBUILD index f3e348cac0..5a44ff0a61 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" |