diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-06 14:31:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-06 14:31:50 +0000 |
commit | f060c318d6558186fc0f72e388f56f6800f11d36 (patch) | |
tree | 7a554414a2e349ed8ed987c40aeb8ef16e98f232 /testing/mtr | |
parent | e57c496c66921961baf91d13c48b5d90ff170d84 (diff) | |
download | aports-f060c318d6558186fc0f72e388f56f6800f11d36.tar.bz2 aports-f060c318d6558186fc0f72e388f56f6800f11d36.tar.xz |
testing/mtr: build fix
needs gtk for autoconf
Diffstat (limited to 'testing/mtr')
-rw-r--r-- | testing/mtr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mtr/APKBUILD b/testing/mtr/APKBUILD index 4e5a094273..cb91c0effa 100644 --- a/testing/mtr/APKBUILD +++ b/testing/mtr/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL" depends="ncurses" depends_dev="ncurses-dev" -makedepends="$depends_dev autoconf automake" +makedepends="$depends_dev autoconf automake gtk+2.0-dev" install="" subpackages="$pkgname-doc" source="ftp://ftp.bitwizard.nl/$pkgname/$pkgname-$pkgver.tar.gz |