diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-08 03:29:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-08 03:29:16 +0000 |
commit | 0f0f3b19d2a210f626731780814edea924d874ad (patch) | |
tree | fa684876e369341615e8048df9a7d8a16bdb3152 /biology | |
parent | 65657a56a7232e1daf3f20722bc1388450ed7b82 (diff) | |
download | ports-0f0f3b19d2a210f626731780814edea924d874ad.tar.gz ports-0f0f3b19d2a210f626731780814edea924d874ad.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-bioperl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.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) |