aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Check-ISA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Check-ISA/Makefile')
-rw-r--r--devel/p5-Check-ISA/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Check-ISA/Makefile b/devel/p5-Check-ISA/Makefile
index 9c0fa88887d8..5866af14bdfc 100644
--- a/devel/p5-Check-ISA/Makefile
+++ b/devel/p5-Check-ISA/Makefile
@@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DWIM, correct checking of an object's class
-RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
@@ -21,7 +21,7 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
+TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>