svn commit: r401624 - head/graphics/p5-GraphViz2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 03:00:43 UTC 2015


Author: sunpoet
Date: Sun Nov 15 03:00:41 2015
New Revision: 401624
URL: https://svnweb.freebsd.org/changeset/ports/401624

Log:
  - Fix TEST_DEPENDS

Modified:
  head/graphics/p5-GraphViz2/Makefile

Modified: head/graphics/p5-GraphViz2/Makefile
==============================================================================
--- head/graphics/p5-GraphViz2/Makefile	Sun Nov 15 03:00:37 2015	(r401623)
+++ head/graphics/p5-GraphViz2/Makefile	Sun Nov 15 03:00:41 2015	(r401624)
@@ -67,7 +67,7 @@ RUN_DEPENDS+=	p5-PathTools>=3.4000:${POR
 .endif
 
 .if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+=	p5-Test-Simple>=1.001014:${PORTSDIR}/devel/p5-Test-Simple
+TEST_DEPENDS+=	p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list