diff options
Diffstat (limited to 'editors/vim-xaw')
-rw-r--r-- | editors/vim-xaw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index 7bad3a8c493..f72980358d4 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2013/01/15 16:21:34 morr Exp $ +# $NetBSD: Makefile,v 1.57 2015/10/14 20:17:25 wiz Exp $ PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Athena GUI .include "../../editors/vim-share/Makefile.common" |