aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-15 03:00:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-15 03:00:41 +0000
commit9010b42dea89fee2712e8dfe645f9f0112d72111 (patch)
tree46b83a2bd24d4f712b1598f745fffcb09cd0c681 /graphics/p5-GraphViz2
parentb77044b2b0d5fbd330f07041675431ba4a7eaa41 (diff)
downloadports-9010b42dea89fee2712e8dfe645f9f0112d72111.tar.gz
ports-9010b42dea89fee2712e8dfe645f9f0112d72111.zip
- Fix TEST_DEPENDS
Notes
Notes: svn path=/head/; revision=401624
Diffstat (limited to 'graphics/p5-GraphViz2')
-rw-r--r--graphics/p5-GraphViz2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile
index 6885029e6e77..b070b378d806 100644
--- a/graphics/p5-GraphViz2/Makefile
+++ b/graphics/p5-GraphViz2/Makefile
@@ -67,7 +67,7 @@ RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
.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>