diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
commit | e251f8299bf34e329613e68116d47e124192bc84 (patch) | |
tree | 82aaada62ba14e302c6db2617117543a1dbeebe2 /package/vim | |
parent | 3b7b09fd2d8c6962e14f5f5464fe4a0570235df2 (diff) |
use static-libgc not only for base, simplifies dependencies, just a few bytes bigger for a xbmc build
Diffstat (limited to 'package/vim')
-rw-r--r-- | package/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vim/Makefile b/package/vim/Makefile index cd09b8c2f..1a8f2e52c 100644 --- a/package/vim/Makefile +++ b/package/vim/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 607e135c559be642f210094ad023dc65 PKG_DESCR:= The text editor PKG_SECTION:= editor -PKG_DEPENDS:= libncurses libgcc +PKG_DEPENDS:= libncurses PKG_BUILDDEP:= ncurses PKG_URL:= http://www.vim.org/ PKG_SITES:= ftp://ftp.vim.org/pub/vim/unix/ |