summaryrefslogtreecommitdiff
path: root/editors/vim-gtk
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-03-24 19:38:25 +0000
committermartti <martti@pkgsrc.org>2002-03-24 19:38:25 +0000
commita594c75f3bb8eac39c3bbfc2260f0d8ccbdc839d (patch)
treeb319ff807b860e3420b550c3d0b81e3d5382f511 /editors/vim-gtk
parent8446e4d6eb5530f4e005d49521e5da6ecc8e98f2 (diff)
downloadpkgsrc-a594c75f3bb8eac39c3bbfc2260f0d8ccbdc839d.tar.gz
Updated vim to 6.1
* several bug fixes * new and updated syntax files * translated menus and messages * license has been made compatible with the GNU GPL
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r--editors/vim-gtk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile
index 0bb995c2463..9a09ed4481d 100644
--- a/editors/vim-gtk/Makefile
+++ b/editors/vim-gtk/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.30 2001/10/25 07:34:05 martti Exp $
+# $NetBSD: Makefile,v 1.31 2002/03/24 19:38:54 martti Exp $
.include "../vim-share/Makefile.common"
-PKGNAME= vim-gtk-${VIM_VERSION}
+PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL}
COMMENT= Vim editor (vi clone) with X11 GTK+ GUI
-DEPENDS+= vim-share-${VIM_VERSION}:../vim-share
+DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
CONFLICTS+= vim-[0-9]* vim-xaw-[0-9]*
USE_BUILDLINK_ONLY= yes