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.
This commit is contained in:
Mark Linimon 2006-08-01 00:43:51 +00:00
parent b37b626b13
commit 5cf40cd4f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169265

View file

@ -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"