From 091caf4661b26a5f70d9b8e0409821418f5afdbb Mon Sep 17 00:00:00 2001 From: des Date: Sat, 6 Oct 2018 13:06:42 +0000 Subject: Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) --- www/p5-Plack-Middleware-MethodOverride/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/p5-Plack-Middleware-MethodOverride/Makefile') diff --git a/www/p5-Plack-Middleware-MethodOverride/Makefile b/www/p5-Plack-Middleware-MethodOverride/Makefile index 33bfe8bbf62a..9cc1c6e7fe20 100644 --- a/www/p5-Plack-Middleware-MethodOverride/Makefile +++ b/www/p5-Plack-Middleware-MethodOverride/Makefile @@ -13,8 +13,8 @@ COMMENT= Override REST methods to Plack apps via POST LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Plack>=0:www/p5-Plack -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Plack>=0:www/p5-Plack TEST_DEPENDS= p5-URI>=0:net/p5-URI NO_ARCH= yes -- cgit