diff options
author | dholland <dholland@pkgsrc.org> | 2013-01-20 22:58:29 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-01-20 22:58:29 +0000 |
commit | 71c73b9e86061332d1ac806cb359d3bb1acf7229 (patch) | |
tree | 131d6108a47af650fdf3aaa0efb228e0a9513a7b /editors/p5-PPIx-EditorTools | |
parent | c5ec0e945fa8a35cb4bc02a60057e628826857ec (diff) | |
download | pkgsrc-71c73b9e86061332d1ac806cb359d3bb1acf7229.tar.gz |
p5-Try-Tiny is not in devel/p5-PPI. Fixes pbulk scan failure.
This has been this way since at least October and I have no idea
why it only blew up on me now.
Diffstat (limited to 'editors/p5-PPIx-EditorTools')
-rw-r--r-- | editors/p5-PPIx-EditorTools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/p5-PPIx-EditorTools/Makefile b/editors/p5-PPIx-EditorTools/Makefile index 94a5af361bd..92fbbc15c47 100644 --- a/editors/p5-PPIx-EditorTools/Makefile +++ b/editors/p5-PPIx-EditorTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/03 21:55:58 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/01/20 22:58:29 dholland Exp $ # DISTNAME= PPIx-EditorTools-0.17 @@ -19,7 +19,7 @@ BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings DEPENDS+= p5-Class-XSAccessor>=1.02:../../devel/p5-Class-XSAccessor DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI -DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-PPI +DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny PERL5_PACKLIST= auto/PPIx/EditorTools/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled |