diff options
-rw-r--r-- | audio/p5-Audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile index 83946463d978..35d36383741a 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> |