diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-23 11:40:06 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-23 11:40:06 -0600 |
commit | ba875e9a6e14843a5e265d687743c3acdc1d5023 (patch) | |
tree | 5c491e6549de4fd705baf2c10ebcddc69d77aceb /testing | |
parent | 6eeb095f329977d6ab6a63d032a67badda0c11c2 (diff) | |
download | aports-ba875e9a6e14843a5e265d687743c3acdc1d5023.tar.bz2 aports-ba875e9a6e14843a5e265d687743c3acdc1d5023.tar.xz |
testing/libgtop: build fix
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libgtop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libgtop/APKBUILD b/testing/libgtop/APKBUILD index 9bc465e209..eaa1744537 100644 --- a/testing/libgtop/APKBUILD +++ b/testing/libgtop/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="LGPL" depends= depends_dev="glib-dev libxau-dev libx11-dev" -makedepends="$depends_dev" +makedepends="$depends_dev intltool" install="" subpackages="$pkgname-dev $pkgname-doc" source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2" |