summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Component-Logger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-POE-Component-Logger/Makefile')
-rw-r--r--devel/p5-POE-Component-Logger/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-POE-Component-Logger/Makefile b/devel/p5-POE-Component-Logger/Makefile
index 8721062db2f4..13b602feed28 100644
--- a/devel/p5-POE-Component-Logger/Makefile
+++ b/devel/p5-POE-Component-Logger/Makefile
@@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= POE logging class
-BUILD_DEPENDS= p5-POE>=1.293:devel/p5-POE \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-POE>=1.293:devel/p5-POE \
p5-Log-Dispatch>=2.26:devel/p5-Log-Dispatch \
p5-Log-Dispatch-Config>=1.03:devel/p5-Log-Dispatch-Config
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
USES= perl5