summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vim-gtk/Makefile6
-rw-r--r--editors/vim-gtk2/Makefile6
-rw-r--r--editors/vim-motif/Makefile6
-rw-r--r--editors/vim-xaw/Makefile6
-rw-r--r--editors/vim/Makefile6
5 files changed, 10 insertions, 20 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile
index 6580405aa64..d8053fa7d6e 100644
--- a/editors/vim-gtk/Makefile
+++ b/editors/vim-gtk/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.43 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2005/01/06 20:40:04 adrianp Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
-#PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK+ GUI
DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
CONFLICTS+= vim-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
-CONFLICTS+= vim-xaw-[0-9]*
+CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]*
USE_X11= yes
CONFIGURE_ARGS+= --enable-gui=gtk
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile
index f231c58e16e..d6c8762aaf8 100644
--- a/editors/vim-gtk2/Makefile
+++ b/editors/vim-gtk2/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/01/06 20:40:38 adrianp Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
-#PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI
DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* vim-motif-[0-9]*
-CONFLICTS+= vim-xaw-[0-9]*
+CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]*
USE_X11= yes
CONFIGURE_ARGS+= --enable-gui=gtk2
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile
index 22bbb66e0a0..f492e98e39a 100644
--- a/editors/vim-motif/Makefile
+++ b/editors/vim-motif/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/06 20:41:11 adrianp Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
-#PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Motif GUI
DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* vim-gtk2-[0-9]*
-CONFLICTS+= vim-xaw-[0-9]*
+CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]*
USE_X11= yes
CONFIGURE_ARGS+= --enable-gui=motif
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index b5bae9efcce..1b984680175 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.32 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2005/01/06 20:42:15 adrianp Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
-#PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Athena GUI
DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* vim-gtk2-[0-9]*
-CONFLICTS+= vim-motif-[0-9]*
+CONFLICTS+= vim-motif-[0-9]* vim-kde-[0-9]*
USE_X11= yes
CONFIGURE_ARGS+= --enable-gui=athena
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