diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile index ea29d225087e..c2b00c9d8a02 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile @@ -14,8 +14,8 @@ COMMENT= Delegate session storage to an application model object LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.27:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ - p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat +BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.27:www/p5-Catalyst-Plugin-Session \ + p5-MRO-Compat>0:devel/p5-MRO-Compat RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 @@ -24,7 +24,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |