wok-6.x rev 11665
vim: fix depends
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Feb 16 11:20:12 2012 +0000 (2012-02-16) |
parents | ea422177b5f3 |
children | a4087d70cc43 |
files | vim/receipt |
line diff
1.1 --- a/vim/receipt Thu Feb 16 13:29:02 2012 +0100 1.2 +++ b/vim/receipt Thu Feb 16 11:20:12 2012 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Advanced text editor" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="ncurses" 1.8 +DEPENDS="ncurses acl" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.vim.org/" 1.11 WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL"