diff options
Diffstat (limited to 'editors/vim-gtk2')
-rw-r--r-- | editors/vim-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile index 9d7112a1959..c544e7770e9 100644 --- a/editors/vim-gtk2/Makefile +++ b/editors/vim-gtk2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2003/12/13 00:45:23 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/03 18:49:39 reed Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Vim editor (vi clone) with X11 GTK2 GUI |