aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-19 09:59:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-19 09:59:16 +0000
commit8c05fea6cb5e4c3a8b0d693a288974a434c5d430 (patch)
tree3992df58b8208a098042a3b891b673a432607aab /graphics/p5-GraphViz2
parent9a86e71f12e683409c060495767bb46342e41850 (diff)
downloadports-8c05fea6cb5e4c3a8b0d693a288974a434c5d430.tar.gz
ports-8c05fea6cb5e4c3a8b0d693a288974a434c5d430.zip
- Fix PERL_CONFIGURE
Notes
Notes: svn path=/head/; revision=301147
Diffstat (limited to 'graphics/p5-GraphViz2')
-rw-r--r--graphics/p5-GraphViz2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile
index 8d1ac9dc0221..716e939be06a 100644
--- a/graphics/p5-GraphViz2/Makefile
+++ b/graphics/p5-GraphViz2/Makefile
@@ -41,7 +41,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1.44:${PORTSDIR}/devel/p5-Test-Pod
-PERL_CONFIGURE= yes
+# This port also requires strict>=1.04 (5.10.0+), utf8>=1.09 (5.14.0+) and warnings>=1.12 (5.14.0+)
+PERL_CONFIGURE= 5.14.0+
MAN3= GraphViz2.3 \
GraphViz2::DBI.3 \