diff options
Diffstat (limited to 'editors/vim-gtk/Makefile')
-rw-r--r-- | editors/vim-gtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index d4f4bdb3fce..c0d7010881b 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2001/01/08 13:23:54 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/02/16 14:40:54 wiz Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-gtk-${VIM_VERSION} +COMMENT= Vim editor (vi clone) with X11 GTK+ GUI + DEPENDS+= vim-share-${VIM_VERSION}:../vim-share DEPENDS+= gtk+-1.2.*:../../x11/gtk CONFLICTS= vim-[0-9]* vim-xaw-* |