aboutsummaryrefslogtreecommitdiff
path: root/editors
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
parent4b0520f4234b04e9e6fc05b8e0f3c53e9a2698dd (diff)
downloadports-cf375e609df7bc45814079a51fca0a31769ae2b3.tar.gz
ports-cf375e609df7bc45814079a51fca0a31769ae2b3.zip
Notes
Diffstat (limited to 'editors')
-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