- use IGNORE instead of BROKEN for unrecoverable problem

This commit is contained in:
Yen-Ming Lee 2005-09-11 20:44:43 +00:00
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

View file

@ -22,7 +22,7 @@ MAN3= Tree::Node.3
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800 .if ${PERL_LEVEL} < 500800
BROKEN= "This module only for perl >= 5.8" IGNORE= requires Perl 5.8 or above
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -24,8 +24,8 @@ MAN3= Games::Sequential.3 Games::Sequential::Position.3
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if (${PERL_LEVEL} < 500601) .if ${PERL_LEVEL} < 500601
BROKEN= "Perl 5.6.1 or above is required" IGNORE= requires Perl 5.6.1 or above
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -21,8 +21,8 @@ MAN3= Chess::PGN::Parse.3
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if (${PERL_LEVEL} < 500600) .if ${PERL_LEVEL} < 500600
BROKEN= "Require perl 5.6 or high" IGNORE= requires perl 5.6 or higher
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>