wok diff vim/receipt @ rev 13340

get-playonlinux: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 05 14:59:33 2012 +0200 (2012-09-05)
parents dd9679f8a35f
children 749ffdd335d7
line diff
     1.1 --- a/vim/receipt	Thu Feb 16 11:20:12 2012 +0000
     1.2 +++ b/vim/receipt	Wed Sep 05 14:59:33 2012 +0200
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Advanced text editor"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="ncurses acl"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.vim.org/"
    1.10  WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL"
    1.11  CONFIG_FILES="/etc/vim/vimrc"
    1.12  TAGS="text-editor"
    1.13  
    1.14 +DEPENDS="ncurses acl diffutils"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {