wok-4.x rev 2948
vim: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 08 09:27:59 2009 +0200 (2009-05-08) |
parents | cb499ecc6b69 |
children | 8b813179af87 |
files | vim/receipt |
line diff
1.1 --- a/vim/receipt Thu May 07 23:42:45 2009 +0000 1.2 +++ b/vim/receipt Fri May 08 09:27:59 2009 +0200 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 gtk+" 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 @@ -24,9 +24,9 @@ 1.13 --enable-gui=gtk2 \ 1.14 --disable-motif-check \ 1.15 --disable-athena-check \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 1.19 - make VIMRCLOC=/etc/vim VIMRUNTIMEDIR=/usr/share/vim MAKE="make -e" 1.20 + make VIMRCLOC=/etc/vim VIMRUNTIMEDIR=/usr/share/vim MAKE="make -e" && 1.21 make DESTDIR=$PWD/_pkg install 1.22 } 1.23