1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mark IGNORE fore perl < 5.6.0 instead of BROKEN for OSVERSION < 500000

PR:		96213
Submitted by:	Ports fury
This commit is contained in:
Erwin Lansing 2006-04-24 08:20:55 +00:00
parent 9d34dfd312
commit 63cb9d26fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160290

View File

@ -40,8 +40,8 @@ MAN3= SWF.3 \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Doesn't build on < 5.x
.if ${PERL_LEVEL} < 500600
IGNORE= Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again.
.endif
post-patch: