summaryrefslogtreecommitdiff
path: root/graphics/p5-GD/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-20 23:35:11 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-20 23:35:11 +0000
commit3544b657c6b20cb8df679c8b88356075f9a483fa (patch)
treecb403bb5dbbae070511330c3e38001bf55f0b9f9 /graphics/p5-GD/Makefile
parent- Fix build on 5.X (diff)
Require perl >= 5.8.x
Reported by: leeym
Notes
Notes: svn path=/head/; revision=162912
Diffstat (limited to '')
-rw-r--r--graphics/p5-GD/Makefile4
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>