diff options
Diffstat (limited to 'graphics/p5-ming')
-rw-r--r-- | graphics/p5-ming/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-ming/Makefile b/graphics/p5-ming/Makefile index bee70c1e029c..442cb29e5bfa 100644 --- a/graphics/p5-ming/Makefile +++ b/graphics/p5-ming/Makefile @@ -40,8 +40,8 @@ MAN3= SWF.3 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on < 5.x +.if ${PERL_LEVEL} < 500600 +IGNORE= Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again. .endif post-patch: |