diff options
author | martti <martti@pkgsrc.org> | 2004-06-21 08:23:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-06-21 08:23:48 +0000 |
commit | a02a37ca1351c48ebf389ffdb91137c0ad3496e7 (patch) | |
tree | 9e3ad0bf1c185f6711c3fb5ae513e53567a164e8 /editors/vim-motif | |
parent | 35f0f4cf30ff670cf934ea697830c991c8935ae2 (diff) | |
download | pkgsrc-a02a37ca1351c48ebf389ffdb91137c0ad3496e7.tar.gz |
Updated vim to 6.3
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
Diffstat (limited to 'editors/vim-motif')
-rw-r--r-- | editors/vim-motif/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile index c16efe8da26..a0a80a86017 100644 --- a/editors/vim-motif/Makefile +++ b/editors/vim-motif/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2004/04/25 01:46:11 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/06/21 08:23:48 martti Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +#PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Motif GUI @@ -15,6 +15,9 @@ USE_X11= yes CONFIGURE_ARGS+= --enable-gui=motif CONFIGURE_ARGS+= --with-tlib=ncurses +CONFIGURE_ENV+= BUILDLINK_DIR="${BUILDLINK_DIR}" +MAKE_ENV+= BUILDLINK_DIR="${BUILDLINK_DIR}" + ALL_TARGET= vim INSTALL_TARGET= installvimbin |