summaryrefslogtreecommitdiff
path: root/www/p5-Plack-Middleware-ExtDirect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Plack-Middleware-ExtDirect/Makefile')
-rw-r--r--www/p5-Plack-Middleware-ExtDirect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Plack-Middleware-ExtDirect/Makefile b/www/p5-Plack-Middleware-ExtDirect/Makefile
index 998fa3def2e0..e58efcf05aff 100644
--- a/www/p5-Plack-Middleware-ExtDirect/Makefile
+++ b/www/p5-Plack-Middleware-ExtDirect/Makefile
@@ -13,10 +13,10 @@ COMMENT= Implement an RPC::ExtDirect gateway using Plack
LICENSE= ART10
-BUILD_DEPENDS= pkg-config:devel/pkgconf \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= pkg-config:devel/pkgconf \
p5-Plack>=0:www/p5-Plack \
p5-RPC-ExtDirect>=3.20:www/p5-RPC-ExtDirect
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1.46:devel/p5-Test-Pod
USES= perl5