diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Server/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-Server/Makefile b/www/p5-Catalyst-Plugin-Server/Makefile index c870d0e70f92..100730cd9108 100644 --- a/www/p5-Catalyst-Plugin-Server/Makefile +++ b/www/p5-Catalyst-Plugin-Server/Makefile @@ -14,13 +14,13 @@ COMMENT= Catalyst Server Plugin: Base & XMLRPC LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90:www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Catalyst-Runtime>=5.90:www/p5-Catalyst-Runtime \ p5-Catalyst-DispatchType-Regex>=5.90000:www/p5-Catalyst-DispatchType-Regex \ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-Clone-Fast>=0:devel/p5-Clone-Fast \ p5-RPC-XML>=0:net/p5-RPC-XML -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |