diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:48:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:48:07 +0800 |
commit | 0394043eef11b9d50c5980cec0482efaca844a25 (patch) | |
tree | 89695faac66f010e888c4f88685a4edea2117bc5 /graphics | |
parent | c08cdc2796a0cf04b78c8a60900efacbf0717225 (diff) | |
download | freebsd-ports-gnome-0394043eef11b9d50c5980cec0482efaca844a25.tar.gz freebsd-ports-gnome-0394043eef11b9d50c5980cec0482efaca844a25.tar.zst freebsd-ports-gnome-0394043eef11b9d50c5980cec0482efaca844a25.zip |
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index aba8142db262..b28836a243e3 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -61,11 +61,6 @@ post-install-EXAMPLES-on: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-PathTools>=3.4000:devel/p5-PathTools -RUN_DEPENDS+= p5-PathTools>=3.4000:devel/p5-PathTools -.endif - .if ${PERL_LEVEL} < 502200 TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple .endif |