aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-Handle-Util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IO-Handle-Util/Makefile')
-rw-r--r--devel/p5-IO-Handle-Util/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-IO-Handle-Util/Makefile b/devel/p5-IO-Handle-Util/Makefile
index 8a335b9c10ea..10c00e686a7a 100644
--- a/devel/p5-IO-Handle-Util/Makefile
+++ b/devel/p5-IO-Handle-Util/Makefile
@@ -11,9 +11,9 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for working with IO::Handle like objects
RUN_DEPENDS= \
- p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String \
- p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
- p5-asa>0:${PORTSDIR}/devel/p5-asa
+ p5-IO-String>0:devel/p5-IO-String \
+ p5-Sub-Exporter>0:devel/p5-Sub-Exporter \
+ p5-asa>0:devel/p5-asa
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
@@ -22,7 +22,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>