diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-16 20:10:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-16 20:10:47 +0000 |
commit | f224db5b9d07cd2fc2adb2fdf8348094e1a3998d (patch) | |
tree | 853eb77112c2ba16d27873ee569b1038ee2f9e2b /x11 | |
parent | bbc67e13d1dbea2123907e9ca273dc83b190eea3 (diff) | |
download | aports-f224db5b9d07cd2fc2adb2fdf8348094e1a3998d.tar.bz2 aports-f224db5b9d07cd2fc2adb2fdf8348094e1a3998d.tar.xz |
x11/xfce4-dev-tools: added gtk-doc to depends
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-dev-tools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce4-dev-tools/APKBUILD b/x11/xfce4-dev-tools/APKBUILD index 0cc2340ac9..80ca610d75 100644 --- a/x11/xfce4-dev-tools/APKBUILD +++ b/x11/xfce4-dev-tools/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-dev-tools pkgver=4.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Xfce developer tools" url="http://www.xfce.org/" license="GPL2" -depends="automake autoconf make intltool pkgconfig" +depends="automake autoconf make intltool pkgconfig gtk-doc" makedepends= source="http://mocha.xfce.org/archive/xfce-$pkgver/src/$pkgname-$pkgver.tar.bz2" |