svn commit: r301147 - head/graphics/p5-GraphViz2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 19 09:59:17 UTC 2012
Author: sunpoet
Date: Thu Jul 19 09:59:16 2012
New Revision: 301147
URL: http://svn.freebsd.org/changeset/ports/301147
Log:
- Fix PERL_CONFIGURE
Modified:
head/graphics/p5-GraphViz2/Makefile (contents, props changed)
Modified: head/graphics/p5-GraphViz2/Makefile
==============================================================================
--- head/graphics/p5-GraphViz2/Makefile Thu Jul 19 09:42:56 2012 (r301146)
+++ head/graphics/p5-GraphViz2/Makefile Thu Jul 19 09:59:16 2012 (r301147)
@@ -41,7 +41,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PO
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 \
More information about the svn-ports-head
mailing list