diff --git a/devel/p5-Tree-Node/Makefile b/devel/p5-Tree-Node/Makefile index 761d8729e7ea..4a328934c464 100644 --- a/devel/p5-Tree-Node/Makefile +++ b/devel/p5-Tree-Node/Makefile @@ -22,7 +22,7 @@ MAN3= Tree::Node.3 .include .if ${PERL_LEVEL} < 500800 -BROKEN= "This module only for perl >= 5.8" +IGNORE= requires Perl 5.8 or above .endif .include diff --git a/games/p5-Games-Sequential/Makefile b/games/p5-Games-Sequential/Makefile index eb060d38dcb3..927a54aeef71 100644 --- a/games/p5-Games-Sequential/Makefile +++ b/games/p5-Games-Sequential/Makefile @@ -24,8 +24,8 @@ MAN3= Games::Sequential.3 Games::Sequential::Position.3 .include -.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 diff --git a/textproc/p5-Chess-PGN-Parse/Makefile b/textproc/p5-Chess-PGN-Parse/Makefile index 459358861b30..e9afdc90c205 100644 --- a/textproc/p5-Chess-PGN-Parse/Makefile +++ b/textproc/p5-Chess-PGN-Parse/Makefile @@ -21,8 +21,8 @@ MAN3= Chess::PGN::Parse.3 .include -.if (${PERL_LEVEL} < 500600) -BROKEN= "Require perl 5.6 or high" +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6 or higher .endif .include