summaryrefslogtreecommitdiff
path: root/editors/vim5
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-08 01:04:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-08 01:04:37 +0000
commitcf375e609df7bc45814079a51fca0a31769ae2b3 (patch)
tree7cd068584f4cf0e007db0bd4f753c5eb05e8a3cb /editors/vim5
parentBROKEN on 5.x: does not compile (diff)
BROKEN with perl 5.8: Does not compile
Notes
Notes: svn path=/head/; revision=100319
Diffstat (limited to 'editors/vim5')
-rw-r--r--editors/vim5/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index dd1e01e4eee4..b7cc834f1b29 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -46,6 +46,10 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vim.1 rgvim.1 vim.1 rgview.1
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} >= 500800
+BROKEN= "Does not compile with perl 5.8"
+.endif
+
# Determine if we need xpg4.
# No xpg4 in libc below 400020 and 500005
.if ${OSVERSION} < 400020 && ${OSVERSION} < 500005