mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- use IGNORE instead of BROKEN for unrecoverable problem
This commit is contained in:
parent
f7bd51fdcf
commit
a70e1a0919
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142470
3 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ MAN3= Tree::Node.3
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
BROKEN= "This module only for perl >= 5.8"
|
||||
IGNORE= requires Perl 5.8 or above
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -24,8 +24,8 @@ MAN3= Games::Sequential.3 Games::Sequential::Position.3
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${PERL_LEVEL} < 500601)
|
||||
BROKEN= "Perl 5.6.1 or above is required"
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires Perl 5.6.1 or above
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -21,8 +21,8 @@ MAN3= Chess::PGN::Parse.3
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${PERL_LEVEL} < 500600)
|
||||
BROKEN= "Require perl 5.6 or high"
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6 or higher
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue