summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authormartti <martti>2003-06-02 08:26:02 +0000
committermartti <martti>2003-06-02 08:26:02 +0000
commitc06b71fcb2d212ff0695ce73e8215aae2a5d3368 (patch)
tree96a922c20d71bbaf2ddc3b6badac399e7b5df712 /editors/vim
parenta6b1ba275bce3e5c8c7b256a22600263a21a6cb6 (diff)
downloadpkgsrc-c06b71fcb2d212ff0695ce73e8215aae2a5d3368.tar.gz
Added vim-gtk2
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 43e829df567..86b495a9f5c 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2003/02/15 18:56:17 martti Exp $
+# $NetBSD: Makefile,v 1.45 2003/06/02 08:26:03 martti Exp $
.include "../vim-share/Makefile.common"
@@ -8,7 +8,8 @@ COMMENT= Vim editor (vi clone) without gui
DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
-CONFLICTS+= vim-gtk-[0-9]* vim-motif-[0-9]* vim-xaw-[0-9]*
+CONFLICTS+= vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
+CONFLICTS+= vim-xaw-[0-9]*
CONFIGURE_ARGS+= --enable-gui=no --without-x
CONFIGURE_ARGS+= --with-tlib=ncurses