diff options
Diffstat (limited to 'testing/rtorrent/APKBUILD')
-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" |