diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-20 05:59:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-20 05:59:30 +0000 |
commit | 70c1f556c177d6fcf59b54eaeccd45083baf35c1 (patch) | |
tree | 74cf6aed216e899ed1d6f067726882034f1441fa /testing | |
parent | 18f0ed0820106294ac666a488eeaae62f0289110 (diff) | |
download | aports-70c1f556c177d6fcf59b54eaeccd45083baf35c1.tar.bz2 aports-70c1f556c177d6fcf59b54eaeccd45083baf35c1.tar.xz |
testing/rtorrent: build fix. needs ncurses-dev
Diffstat (limited to 'testing')
-rw-r--r-- | testing/rtorrent/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rtorrent/APKBUILD b/testing/rtorrent/APKBUILD index 01c6162720..11c4b41f89 100644 --- a/testing/rtorrent/APKBUILD +++ b/testing/rtorrent/APKBUILD @@ -7,7 +7,7 @@ pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license='GPL' arch='all' -makedepends='libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev' +makedepends='libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev ncurses-dev' subpackages="$pkgname-doc" source="http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz" |