diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-21 08:29:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-21 08:29:41 +0000 |
commit | a38ea8ae19dd6db498997c8475734df33f376486 (patch) | |
tree | f13d19277e8bdbb1e61227bf5bf02520ddeb32d4 /audio/p5-Audio | |
parent | 80f5b19c29685bd55b0d9a3bbc19894c8dcdf31a (diff) |
Notes
Diffstat (limited to 'audio/p5-Audio')
-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> |