summaryrefslogtreecommitdiff
path: root/editors/vim-gtk2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-01 21:36:59 +0000
committerwiz <wiz@pkgsrc.org>2021-12-01 21:36:59 +0000
commitd2419d50373e1b37c1c8f4384bb58265757ad346 (patch)
tree060b6fde767f2c2caf7a31756d74923d92f3f0c8 /editors/vim-gtk2/Makefile
parent474ec644634bcb0278c57351e19c14047194f1c0 (diff)
downloadpkgsrc-d2419d50373e1b37c1c8f4384bb58265757ad346.tar.gz
vim*: do not define NO_BUILTIN_TCAPS unconditionally
This makes vim disregard color schemes. See https://mail-index.netbsd.org/pkgsrc-bugs/2021/05/28/msg070066.html and reading the CVS logs I couldn't find the reason it was done. Fix from RVP. Bump PKGREVISION.
Diffstat (limited to 'editors/vim-gtk2/Makefile')
-rw-r--r--editors/vim-gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile
index f99a0d2b743..1da28ad8ab3 100644
--- a/editors/vim-gtk2/Makefile
+++ b/editors/vim-gtk2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2021/04/21 11:41:34 adam Exp $
+# $NetBSD: Makefile,v 1.94 2021/12/01 21:36:59 wiz Exp $
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 7
+PKGREVISION= 8
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI