summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason-PSGIHandler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-Mason-PSGIHandler/Makefile')
-rw-r--r--www/p5-HTML-Mason-PSGIHandler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTML-Mason-PSGIHandler/Makefile b/www/p5-HTML-Mason-PSGIHandler/Makefile
index 866f12f2e593..fb450e6b26b0 100644
--- a/www/p5-HTML-Mason-PSGIHandler/Makefile
+++ b/www/p5-HTML-Mason-PSGIHandler/Makefile
@@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PSGI handler for HTML::Mason
-BUILD_DEPENDS= p5-CGI-PSGI>0:www/p5-CGI-PSGI \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-CGI-PSGI>0:www/p5-CGI-PSGI \
p5-HTML-Mason>0:www/p5-HTML-Mason
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Plack>=0:www/p5-Plack
USES= perl5