From a70e1a0919d79f0b889fffd6fd614b5e7d1c20a0 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Sun, 11 Sep 2005 20:44:43 +0000 Subject: - use IGNORE instead of BROKEN for unrecoverable problem --- devel/p5-Tree-Node/Makefile | 2 +- games/p5-Games-Sequential/Makefile | 4 ++-- textproc/p5-Chess-PGN-Parse/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 -- cgit v1.2.3