summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-05-21 08:29:41 +0000
committererwin <erwin@FreeBSD.org>2004-05-21 08:29:41 +0000
commit5c6c195b0d62b310a62e620084bfa75da40f253c (patch)
tree911ba96b37eae689313652a09a04931c7b318182
parentd2cd8aaad8fc1fea5d1ac9dbb4f1652b763770c4 (diff)
downloadFreeBSD-ports-5c6c195b0d62b310a62e620084bfa75da40f253c.zip
FreeBSD-ports-5c6c195b0d62b310a62e620084bfa75da40f253c.tar.gz
Replace BROKEN with IGNORE for perl < 5.6.0. It uses math/p5-Math-GSL
which doesn't work with older perl.
-rw-r--r--audio/p5-Audio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile
index 8394646..35d3638 100644
--- a/audio/p5-Audio/Makefile
+++ b/audio/p5-Audio/Makefile
@@ -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>
OpenPOWER on IntegriCloud