From 0f0f3b19d2a210f626731780814edea924d874ad Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 8 Mar 2004 03:29:16 +0000 Subject: Unmark as broken for 4.x; instead, mark as ignore for perl < 5.6. --- biology/p5-bioperl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'biology') diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index 4b2c2d88dcbe..74acd831820a 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -610,8 +610,8 @@ MAN3= Bio::Align::AlignI.3 \ .include -.if ${OSVERSION} < 500000 -BROKEN= "Configure fails" +.if ${PERL_LEVEL} < 500600 +IGNORE= "This port requires Perl 5.6 or better" .endif # now install all extra stuff (docs, examples, scripts, models) -- cgit v1.2.3