Replace BROKEN with IGNORE for perl < 5.6.0. It uses math/p5-Math-GSL

which doesn't work with older perl.
This commit is contained in:
Erwin Lansing 2004-05-21 08:29:41 +00:00
parent 80f5b19c29
commit a38ea8ae19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109608

View File

@ -24,8 +24,8 @@ MAN3= Audio::Play.3 Audio::Data.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>