summaryrefslogtreecommitdiff
path: root/sysutils/p5-Tail-Stat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/p5-Tail-Stat/Makefile')
-rw-r--r--sysutils/p5-Tail-Stat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-Tail-Stat/Makefile b/sysutils/p5-Tail-Stat/Makefile
index ae88b451b709..12b0544f659d 100644
--- a/sysutils/p5-Tail-Stat/Makefile
+++ b/sysutils/p5-Tail-Stat/Makefile
@@ -14,13 +14,13 @@ COMMENT= Real-time log statistics server
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
p5-JSON-XS>=0:converters/p5-JSON-XS \
p5-Log-Dispatch>=2.26:devel/p5-Log-Dispatch \
p5-POE>=0:devel/p5-POE \
p5-Pid-File-Flock>=0:devel/p5-Pid-File-Flock \
p5-Tie-Hash-Indexed>=0:devel/p5-Tie-Hash-Indexed
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-TCP>=0:devel/p5-Test-TCP
USES= perl5