diff options
Diffstat (limited to 'package/ctorrent/Makefile')
-rwxr-xr-x | package/ctorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ctorrent/Makefile b/package/ctorrent/Makefile index 833a3853d..ea4f1d040 100755 --- a/package/ctorrent/Makefile +++ b/package/ctorrent/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 2 PKG_HASH:= c87366c91475931f75b924119580abd06a7b3cb3f00fef47346552cab1e24863 PKG_DESCR:= console-based bittorrent client PKG_SECTION:= app/p2p -PKG_DEPENDS:= libstdcxx +PKG_NEEDS:= c++ PKG_URL:= http://www.rahul.net/dholmes/ctorrent PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=dtorrent/} |