summaryrefslogtreecommitdiff
path: root/editors/vim-xaw/Makefile
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-08-27 09:26:01 +0000
committermaya <maya@pkgsrc.org>2019-08-27 09:26:01 +0000
commit755a4a5c43620d43b81d6aad29e2a75a80e6268e (patch)
treebb21e3343af45eeaf06815fe90a5f2140912af82 /editors/vim-xaw/Makefile
parentc5eb631ecc714d4786502ec43b5c2a7d9272715b (diff)
downloadpkgsrc-755a4a5c43620d43b81d6aad29e2a75a80e6268e.tar.gz
vim*: disable fortify
The package lowers it to weaker fortify, but this doesn't work in some circumstances, like PR pkg/54464. Must be done before including bsd.prefs.mk. Bump PKGREVISION.
Diffstat (limited to 'editors/vim-xaw/Makefile')
-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 b75ffdfd33e..a5c5ec05c43 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2019/08/03 21:01:11 morr Exp $
+# $NetBSD: Makefile,v 1.62 2019/08/27 09:26:02 maya Exp $
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Athena GUI
.include "../../editors/vim-share/Makefile.common"