summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-08-01 00:43:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-08-01 00:43:51 +0000
commit5cf40cd4f51a05212a7c8252987161c1250a315a (patch)
tree8170f4bc03697ebfca1552bdf217a1560286c682 /editors/vim
parent- Update to v0.06 (diff)
Unmark broken on 4.x. There have been 2 user reports that it builds fine on
4.x; further, it has started breaking on 5.x on pointyhat. This now seems to be pointyhat-specific.
Notes
Notes: svn path=/head/; revision=169265
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index d30daf19b651..b288ee542612 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -69,10 +69,6 @@ MAKE_ARGS+= CONF_OPT_RUBY="--enable-rubyinterp"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} <= 500000
-BROKEN= does not compile on 4.X; use editors/vim6 instead
-.endif
-
.if !defined(LITE)
MAKE_ARGS+= CONF_OPT_FEAT="--with-features=big"
I18N= CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim"