diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-15 11:00:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-15 11:00:41 +0800 |
commit | 6f6958889b16f533cd3949e6e53869095681449d (patch) | |
tree | 46b83a2bd24d4f712b1598f745fffcb09cd0c681 /graphics | |
parent | 304c63faca104a1593c41d2eff29318b474a8f81 (diff) | |
download | freebsd-ports-gnome-6f6958889b16f533cd3949e6e53869095681449d.tar.gz freebsd-ports-gnome-6f6958889b16f533cd3949e6e53869095681449d.tar.zst freebsd-ports-gnome-6f6958889b16f533cd3949e6e53869095681449d.zip |
- Fix TEST_DEPENDS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 2 |
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> |