diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template index 5320a5b88a0..d3c5116796a 100644 --- a/srcpkgs/vim/template +++ b/srcpkgs/vim/template @@ -1,10 +1,14 @@ # Template file for 'vim' pkgname=vim version=7.2 -revision=1 +revision=2 wrksrc=vim72 distfiles="ftp://ftp.vim.org/pub/vim/unix/$pkgname-$version.tar.bz2" build_style=gnu_configure +configure_args="--disable-perlinterp --disable-pythoninterp --disable-rubyinterp + --disable-cscope --disable-workshop --disable-netbeans --disable-sniff + --disable-gpm --disable-hangulinput --disable-xim --enable-gui=no + --without-x --enable-multibyte --with-tlib=ncursesw" short_desc="Vim editor (vi clone)" maintainer="Juan RP " checksum=914db0f2205ebd6f02878295ec2506036ea7500399db112c61a01491cd9a1d86 @@ -13,7 +17,9 @@ long_desc=" have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, etc." -Add_dependency full glibc -Add_dependency build ncurses -Add_dependency run ncurses-libs -Add_dependency full acl +Add_dependency run glibc +Add_dependency run ncursesw +Add_dependency run acl +Add_dependency build glibc-devel +Add_dependency build ncursesw-devel +Add_dependency build acl-devel