diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-20 23:35:11 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-20 23:35:11 +0000 |
commit | 3544b657c6b20cb8df679c8b88356075f9a483fa (patch) | |
tree | cb403bb5dbbae070511330c3e38001bf55f0b9f9 /graphics/p5-GD/Makefile | |
parent | 3b69c65d14f4fe6677f0d93eceaaf8f745ccb01c (diff) | |
download | ports-3544b657c6b20cb8df679c8b88356075f9a483fa.tar.gz ports-3544b657c6b20cb8df679c8b88356075f9a483fa.zip |
Notes
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 5b16e0aa9b8c..0e8445051591 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -29,8 +29,8 @@ MAN3= GD.3 GD::Polyline.3 GD::Simple.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again .endif .include <bsd.port.post.mk> |