diff options
author | martti <martti@pkgsrc.org> | 2006-07-18 10:27:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-07-18 10:27:16 +0000 |
commit | 756439f471e4ed7da2224105b2f81b6cf62c79fd (patch) | |
tree | 50bdfaf1f9d048db9c4ffc6819f07ed7b4f1c425 /editors/vim-motif | |
parent | 0182224bdf5a5d96e36d7d90174904ba9939c53b (diff) | |
download | pkgsrc-756439f471e4ed7da2224105b2f81b6cf62c79fd.tar.gz |
* Make sure PATCHDIR is always set so that the patches are really used.
This fixes the vim-motif build.
* Update to 7.0.39
3990 7.0.036 can't compile with small features and syntax HL
1880 7.0.037 crash when resizing Vim window when a line doesn't fit
3236 7.0.038 complete() can be used from expr. mapping after inserting text
3240 7.0.039 third argument for inputdialog() doesn't work in the console
Diffstat (limited to 'editors/vim-motif')
-rw-r--r-- | editors/vim-motif/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile index 6d45a215396..276f73c549b 100644 --- a/editors/vim-motif/Makefile +++ b/editors/vim-motif/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/09 06:36:48 martti Exp $ - -BROKEN= Motif support is not configured correctly. +# $NetBSD: Makefile,v 1.23 2006/07/18 10:27:16 martti Exp $ PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} #PKGREVISION= 1 |