aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-08-01 08:43:51 +0800
committerlinimon <linimon@FreeBSD.org>2006-08-01 08:43:51 +0800
commita989ef071be36df0fd8a76cdf0fac6799a82cf5f (patch)
treec41d0bc0167df812a5d708492ee14c1d329ff4e1 /editors
parent2f29cf03eb0393bb8dededd40e4f9076fd8e33aa (diff)
downloadfreebsd-ports-gnome-a989ef071be36df0fd8a76cdf0fac6799a82cf5f.tar.gz
freebsd-ports-gnome-a989ef071be36df0fd8a76cdf0fac6799a82cf5f.tar.zst
freebsd-ports-gnome-a989ef071be36df0fd8a76cdf0fac6799a82cf5f.zip
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.
Diffstat (limited to 'editors')
-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"