1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN with perl 5.8: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-08 01:04:37 +00:00
parent 4b0520f423
commit cf375e609d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100319

View File

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