Date: Thu, 19 Jul 2012 09:59:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301147 - head/graphics/p5-GraphViz2 Message-ID: <201207190959.q6J9xGAH066323@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207190959.q6J9xGAH066323>