summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 7cba315737f..bfc6252fc83 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.56 2005/01/05 11:03:44 cjs Exp $
+# $NetBSD: Makefile,v 1.57 2005/01/06 20:39:28 adrianp Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
-#PKGREVISION= 1
COMMENT= Vim editor (vi clone) without GUI
DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
CONFLICTS+= vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
-CONFLICTS+= vim-xaw-[0-9]*
+CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]*
CONFIGURE_ARGS+= --enable-gui=no --without-x
CONFIGURE_ARGS+= --with-tlib=ncurses