diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-06 19:40:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-06 19:40:02 +0000 |
commit | e11e19911539fb676f97a8e2ff14ae96915a8308 (patch) | |
tree | a27f222ea118c3ec31620a88276cb20d4193e812 /testing/gnome-bluetooth | |
parent | ae1d45935e92e8b2ea7880c5b38915c5e01be5b0 (diff) | |
download | aports-e11e19911539fb676f97a8e2ff14ae96915a8308.tar.bz2 aports-e11e19911539fb676f97a8e2ff14ae96915a8308.tar.xz |
testing/gnome-bluetooth: build fix
Diffstat (limited to 'testing/gnome-bluetooth')
-rw-r--r-- | testing/gnome-bluetooth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gnome-bluetooth/APKBUILD b/testing/gnome-bluetooth/APKBUILD index c72d44588..6b73a1b26 100644 --- a/testing/gnome-bluetooth/APKBUILD +++ b/testing/gnome-bluetooth/APKBUILD @@ -7,7 +7,7 @@ url="http://live.gnome.org/GnomeBluetooth" license="GPL LGPL" depends="hicolor-icon-theme obexd" makedepends="intltool py-gtk gobject-introspection libunique-dev libnotify-dev - libxi-dev libxslt py-libxml2" + libxi-dev libxslt py-libxml2 gnome-doc-utils" install= subpackages="$pkgname-dev $pkgname-doc" source="http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/${pkgver%.*}/gnome-bluetooth-$pkgver.tar.bz2 |