diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-02-09 23:26:38 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-02-09 23:26:38 +0000 |
commit | ed51faa9cf5807436d207b2bef4749fa387fdfdb (patch) | |
tree | aa440a955cecf562747320241cf3612e13e71535 /www/p5-Catalyst-Plugin-LogWarnings | |
parent | b9f0cc060ac9be246cd0c0ecd0fae05cd6d97de1 (diff) |
- Add missing dependence
Submitted by: az@ (via Email)
Notes
Notes:
svn path=/head/; revision=249493
Diffstat (limited to 'www/p5-Catalyst-Plugin-LogWarnings')
-rw-r--r-- | www/p5-Catalyst-Plugin-LogWarnings/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-LogWarnings/Makefile b/www/p5-Catalyst-Plugin-LogWarnings/Makefile index 40e675006a0b..ef4168b4dbc4 100644 --- a/www/p5-Catalyst-Plugin-LogWarnings/Makefile +++ b/www/p5-Catalyst-Plugin-LogWarnings/Makefile @@ -17,7 +17,8 @@ COMMENT= Log perl warnings to your Catalyst log object BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7001:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \ p5-Catalyst-Plugin-C3>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-C3 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + p5-MRO-Compat>=0.11:${PORTSDIR}/devel/p5-MRO-Compat PERL_CONFIGURE= 5.8.1+ |