svn commit: r401623 - head/graphics/p5-GraphViz

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


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

Log:
  - Fix TEST_DEPENDS

Modified:
  head/graphics/p5-GraphViz/Makefile

Modified: head/graphics/p5-GraphViz/Makefile
==============================================================================
--- head/graphics/p5-GraphViz/Makefile	Sun Nov 15 02:30:02 2015	(r401622)
+++ head/graphics/p5-GraphViz/Makefile	Sun Nov 15 03:00:37 2015	(r401623)
@@ -28,7 +28,7 @@ USE_PERL5=	configure
 .include <bsd.port.pre.mk>
 
 .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