summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rwxr-xr-xbase/vim/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/vim/Pkgfile b/base/vim/Pkgfile
index 9601a92c4..f86b618a8 100755
--- a/base/vim/Pkgfile
+++ b/base/vim/Pkgfile
@@ -5,7 +5,7 @@
name=vim
version=7.3
-release=1
+release=2
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2\
vimrc)
build () {
@@ -13,7 +13,7 @@ cd $name${version/\./}
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
./configure --prefix=/usr \
--enable-gui=no --with-x=no \
- --enable-multibyte
+ --enable-multibyte --disable-gpm
make
make DESTDIR=$PKG install