diff options
Diffstat (limited to 'www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile')
-rw-r--r-- | www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile b/www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile index 4e25eacf4fd7..72a62182c75e 100644 --- a/www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile +++ b/www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile @@ -14,9 +14,9 @@ COMMENT= Sets body for redirect response, if it is not already set LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Plack>=0:www/p5-Plack -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message USE_PERL5= configure |