diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-13 13:50:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-13 13:50:19 +0000 |
commit | 43fa0c7cb6af5e9ca71443c34fd3e34847f851e2 (patch) | |
tree | 3cd1576b2c4d6ec60b72ad162bfb4a7c8b870966 /editors/vim-gtk | |
parent | 9a290ed0df0fbc90081cdfa28409ea63df40d57d (diff) | |
download | pkgsrc-43fa0c7cb6af5e9ca71443c34fd3e34847f851e2.tar.gz |
PKGREVISION bump for libiconv update.
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 900c7620fc1..56f0a13484c 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2003/06/02 08:26:03 martti Exp $ +# $NetBSD: Makefile,v 1.37 2003/07/13 13:51:36 wiz Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 GTK+ GUI |