aboutsummaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 829c7659ecbb..2708a405b28a 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -18,7 +18,7 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \
${PATCHLEVEL} 1 ${PATCHLEVEL}
# bits to remove
-BADPATCHES= 009 013 019
+BADPATCHES= 009 013 015 019
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.2.${p}}
.endfor