aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-19 11:37:14 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-19 11:37:14 +0800
commitb8d25789771ff5bf6b419139391a74cb57a7c6b8 (patch)
treefe0eff7bec5f3db7708104849c0bf59ddb8d0e4c /editors/vim
parent7a23961f031ac9cf65e813541012c2a7ba6923ce (diff)
downloadfreebsd-ports-gnome-b8d25789771ff5bf6b419139391a74cb57a7c6b8.tar.gz
freebsd-ports-gnome-b8d25789771ff5bf6b419139391a74cb57a7c6b8.tar.zst
freebsd-ports-gnome-b8d25789771ff5bf6b419139391a74cb57a7c6b8.zip
Mark as broken on 4.X: fails to compile. 4.X users are recommended to stay
with the previous version which was repocopied to editors/vim6. Hat: portmgr Approved by: maintainer
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index b288ee542612..d30daf19b651 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -69,6 +69,10 @@ 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"