diff options
Diffstat (limited to 'editors/vim-gtk3/Makefile')
-rw-r--r-- | editors/vim-gtk3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-gtk3/Makefile b/editors/vim-gtk3/Makefile index 9fb279af00e..5076a069713 100644 --- a/editors/vim-gtk3/Makefile +++ b/editors/vim-gtk3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2017/01/19 09:58:18 markd Exp $ +# $NetBSD: Makefile,v 1.4 2017/02/06 13:55:17 wiz Exp $ PKGNAME= vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Vim editor (vi clone) with X11 GTK3 GUI |