diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile index 9bcb9be258c8..b361dfdc03cc 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile @@ -14,7 +14,8 @@ COMMENT= Memcached storage backend for session data LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:databases/p5-Cache-Memcached-Managed \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:databases/p5-Cache-Memcached-Managed \ p5-Catalyst-Plugin-Session>=0.26:www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ @@ -22,7 +23,6 @@ BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:databases/p5-Cache-Memcached-Manage p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Emulate-Class-Accessor-Fast>=0:devel/p5-MooseX-Emulate-Class-Accessor-Fast \ p5-namespace-clean>=0:devel/p5-namespace-clean -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |