summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-Script/Makefile')
-rw-r--r--devel/p5-Test-Script/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile
index a7a22b7beae5..e1e64047f657 100644
--- a/devel/p5-Test-Script/Makefile
+++ b/devel/p5-Test-Script/Makefile
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test2-Suite>=0.000060:devel/p5-Test2-Suite
NO_ARCH= yes
@@ -26,7 +26,8 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502501
-BUILD_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple
RUN_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple
.endif