diff options
author | martti <martti@pkgsrc.org> | 2002-03-24 19:38:25 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-24 19:38:25 +0000 |
commit | a594c75f3bb8eac39c3bbfc2260f0d8ccbdc839d (patch) | |
tree | b319ff807b860e3420b550c3d0b81e3d5382f511 /editors/vim | |
parent | 8446e4d6eb5530f4e005d49521e5da6ecc8e98f2 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | editors/vim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 4f454e98756..b0b8697e71f 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.41 2001/09/27 23:18:02 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2002/03/24 19:38:25 martti Exp $ .include "../vim-share/Makefile.common" -PKGNAME= vim-${VIM_VERSION} +PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} COMMENT= Vim editor (vi clone) without gui -DEPENDS+= vim-share-${VIM_VERSION}:../vim-share +DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share CONFLICTS+= vim-xaw-[0-9]* vim-gtk-[0-9]* |