summaryrefslogtreecommitdiff
path: root/graphics/p5-Graph-Writer-GraphViz
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-08 13:45:54 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-08 13:45:54 +0000
commitdac806d6944f90c599c527ce8f638dd764f05f06 (patch)
treef17c4c31e579fc7bcd8b8ec7cea42c4f35757f37 /graphics/p5-Graph-Writer-GraphViz
parentUpdate to 1.0 (diff)
- Permanently set to require Perl 5.8+ due to vendor's request.
Approved by: tobez (implicit)
Notes
Notes: svn path=/head/; revision=164826
Diffstat (limited to 'graphics/p5-Graph-Writer-GraphViz')
-rw-r--r--graphics/p5-Graph-Writer-GraphViz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Graph-Writer-GraphViz/Makefile b/graphics/p5-Graph-Writer-GraphViz/Makefile
index 1eb6bc910182..d38e188ba520 100644
--- a/graphics/p5-Graph-Writer-GraphViz/Makefile
+++ b/graphics/p5-Graph-Writer-GraphViz/Makefile
@@ -28,7 +28,7 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-IGNORE= is currently broken under Perl <5.8.0. This will hopefully be fixed soon. Please install lang/perl5.8 and try again
+IGNORE= requires at least Perl 5.8.0+. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>