diff options
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r-- | editors/vim-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index 35ff72bfb80..a254f24b544 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2004/06/21 08:23:48 martti Exp $ +# $NetBSD: Makefile,v 1.42 2004/10/03 00:14:39 tv 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 |