aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Try-Tiny
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commita9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /lang/p5-Try-Tiny
parent4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff)
downloadports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.gz
ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.zip
Notes
Diffstat (limited to 'lang/p5-Try-Tiny')
-rw-r--r--lang/p5-Try-Tiny/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-Try-Tiny/Makefile b/lang/p5-Try-Tiny/Makefile
index 3b002197eee8..a0ad0298d8d7 100644
--- a/lang/p5-Try-Tiny/Makefile
+++ b/lang/p5-Try-Tiny/Makefile
@@ -13,7 +13,7 @@ COMMENT= Minimal try/catch with proper localization of $$@
LICENSE= MIT
-TEST_DEPENDS= p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny
+TEST_DEPENDS= p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny
USES= perl5
USE_PERL5= configure
@@ -21,7 +21,7 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502104
-TEST_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+TEST_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>