summaryrefslogtreecommitdiff
path: root/editors/vim-xaw
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-10-25 07:34:05 +0000
committermartti <martti@pkgsrc.org>2001-10-25 07:34:05 +0000
commitc3e9254a8148a343ee85abf2d1136d2a574fc9f0 (patch)
tree89452675afac0a4d1c95224a81475d7c3c0e69c9 /editors/vim-xaw
parent0ba34bf61681e5d5ba7bba611a869c881116d828 (diff)
downloadpkgsrc-c3e9254a8148a343ee85abf2d1136d2a574fc9f0.tar.gz
* vim-gtk and vim-xaw: added dependency to xpm (Should fix pkg/14341)
* Added two new patches (instead of adding nb1 to the version number). 6.0.024 inserting a char with CTRL-V u 9900 may cause a crash 6.0.025 using "$" after "\v" in a regexp doesn't always work And now I'll switch to a not-so-frequent vim patching mode, maybe once a month is enough (although vim is almost like Linux, new patches are needed all the time to make it stable :-)
Diffstat (limited to 'editors/vim-xaw')
-rw-r--r--editors/vim-xaw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index 52a67ca9b31..c7c7d2e2771 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/10/24 22:10:54 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2001/10/25 07:34:06 martti Exp $
.include "../vim-share/Makefile.common"
@@ -36,6 +36,7 @@ post-install:
done
.include "../../devel/ncurses/buildlink.mk"
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/xaw.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"