summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-07-19 19:27:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-07-19 19:27:12 +0000
commit7ce48dd36c440211b226ad3a4b1863c2383da5d5 (patch)
tree98ea1177872329fc907a8aef57697db5f33cdfaf /editors/vim
parentAdd p5-DateTime-Format-Roman 0.02, (diff)
Mark patch 015 as bad. 015 works fine under CTWM and TWM. But I guess I
should be nice to the KDE users -- they are getting cores left and right.
Notes
Notes: svn path=/head/; revision=85210
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