diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
commit | ac46e350e174e78a55a348eda775665ae0eb3277 (patch) | |
tree | 5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/moc/Makefile | |
parent | 89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff) |
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/moc/Makefile')
-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 2ce5d2072..30b0f12c0 100644 --- a/package/moc/Makefile +++ b/package/moc/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= multimedia PKG_DEPENDS:= libmad libvorbis libcurl libflac libiconv PKG_DEPENDS+= libncurses libid3tag PKG_BUILDDEP:= ncurses libvorbis curl libmad flac libiconv -PKG_BUILDDEP+= libid3tag +PKG_BUILDDEP+= libid3tag db PKG_URL:= http://moc.daper.net/ PKG_SITES:= ftp://ftp.daper.net/pub/soft/moc/unstable/ |