diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:02:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:03:05 +0200 |
commit | 160355e07ae13598b10bdf1962e8c8044042c2a7 (patch) | |
tree | bd27c2f65edbb02cfe3185333ec87c686b82f0e9 /package/moc | |
parent | e7260308e776f7db889a83eb7a6c437e295ad797 (diff) |
remove libiconv-tiny dependency, use uclibc specific dependency
Diffstat (limited to 'package/moc')
-rw-r--r-- | package/moc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/moc/Makefile b/package/moc/Makefile index 21a011bf3..e41c4f9b7 100644 --- a/package/moc/Makefile +++ b/package/moc/Makefile @@ -11,7 +11,7 @@ PKG_DESCR:= console music player PKG_SECTION:= mm/audio PKG_DEPENDS:= libmad libvorbis libcurl libflac PKG_DEPENDS+= libncurses libid3tag -PKG_BUILDDEP:= ncurses libvorbis curl libmad flac libiconv-tiny +PKG_BUILDDEP:= ncurses libvorbis curl libmad flac PKG_BUILDDEP+= libid3tag db libtool PKG_URL:= http://moc.daper.net/ PKG_SITES:= ftp://ftp.daper.net/pub/soft/moc/unstable/ |