mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +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:
parent
9d34dfd312
commit
63cb9d26fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160290
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user