wok-stable diff vim/receipt @ rev 9131

Make vim don't depends on X/GTK stuff
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Mar 06 04:31:26 2011 +0100 (2011-03-06)
parents be13f25e790b
children 3cddd3e4bd3e
line diff
     1.1 --- a/vim/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/vim/receipt	Sun Mar 06 04:31:26 2011 +0100
     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 gtk+ acl xorg-libXt"
     1.8 +DEPENDS="ncurses"
     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"
    1.12 @@ -21,7 +21,7 @@
    1.13  	 --cache-file=$PWD/config.cache \
    1.14  	 --infodir=/usr/share/info \
    1.15  	 --with-features=normal \
    1.16 -	 --enable-gui=gtk2 \
    1.17 +	 --disable-gui \
    1.18   	 --enable-multibyte \
    1.19  	 --disable-motif-check \
    1.20  	 --disable-athena-check \