aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-EvalContext
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-Devel-EvalContext
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
Notes
Diffstat (limited to 'devel/p5-Devel-EvalContext')
-rw-r--r--devel/p5-Devel-EvalContext/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Devel-EvalContext/Makefile b/devel/p5-Devel-EvalContext/Makefile
index 19aa3d47cddf..2f44ed4de68f 100644
--- a/devel/p5-Devel-EvalContext/Makefile
+++ b/devel/p5-Devel-EvalContext/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Save lexicals and hints between calls to eval
-RUN_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
- p5-Data-Alias>=0:${PORTSDIR}/devel/p5-Data-Alias \
- p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
+RUN_DEPENDS= p5-PadWalker>=0:devel/p5-PadWalker \
+ p5-Data-Alias>=0:devel/p5-Data-Alias \
+ p5-YAML>=0:textproc/p5-YAML
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5