diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2009-12-20 00:53:52 +0059 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 10:35:07 +0100 |
commit | 39d2849441575a8cc683c215ab32f93eccfd79ab (patch) | |
tree | 2f44120c70cfb9efb7d96032f0fbf91fb4e19dc0 /package/rtorrent | |
parent | a533b462aa15737edc04985150280b5775cb46df (diff) |
automatic handling of CFrustFrust packages
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package/rtorrent')
-rw-r--r-- | package/rtorrent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rtorrent/Makefile b/package/rtorrent/Makefile index 863cad6c8..e38f0d838 100644 --- a/package/rtorrent/Makefile +++ b/package/rtorrent/Makefile @@ -13,6 +13,7 @@ PKG_SECTION:= net PKG_DEPENDS:= libncurses libtorrent libcurl PKG_URL:= http://libtorrent.rakshasa.no PKG_SITES:= http://libtorrent.rakshasa.no/downloads/ +PKG_CXX:= RTORRENT include ${TOPDIR}/mk/package.mk |