From c06b71fcb2d212ff0695ce73e8215aae2a5d3368 Mon Sep 17 00:00:00 2001 From: martti Date: Mon, 2 Jun 2003 08:26:02 +0000 Subject: Added vim-gtk2 --- editors/vim-xaw/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/vim-xaw') diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index 9f75e765471..f1c13ef0f0b 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/02/15 18:56:18 martti Exp $ +# $NetBSD: Makefile,v 1.25 2003/06/02 08:26:04 martti Exp $ .include "../vim-share/Makefile.common" @@ -7,7 +7,8 @@ PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} 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-motif-[0-9]* +CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* vim-gtk2-[0-9]* +CONFLICTS+= vim-motif-[0-9]* USE_X11= yes CONFIGURE_ARGS+= --enable-gui=athena -- cgit v1.2.3