diff options
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r-- | editors/vim-gtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index 47e12fbbe73..900c7620fc1 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2003/06/02 07:27:24 martti Exp $ +# $NetBSD: Makefile,v 1.36 2003/06/02 08:26:03 martti Exp $ .include "../vim-share/Makefile.common" @@ -7,7 +7,8 @@ PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL} COMMENT= Vim editor (vi clone) with X11 GTK+ GUI DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share -CONFLICTS+= vim-[0-9]* vim-motif-[0-9]* vim-xaw-[0-9]* +CONFLICTS+= vim-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]* +CONFLICTS+= vim-xaw-[0-9]* USE_X11= yes CONFIGURE_ARGS+= --enable-gui=gtk |