diff options
Diffstat (limited to 'lang/p5-signatures/Makefile')
-rw-r--r-- | lang/p5-signatures/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-signatures/Makefile b/lang/p5-signatures/Makefile index 60550f3f72f5..7ef03357634f 100644 --- a/lang/p5-signatures/Makefile +++ b/lang/p5-signatures/Makefile @@ -13,12 +13,12 @@ COMMENT= Subroutine signatures for Perl with no source filter LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.08:devel/p5-B-Hooks-EndOfScope \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.08:devel/p5-B-Hooks-EndOfScope \ p5-B-Hooks-OP-Check>=0.17:devel/p5-B-Hooks-OP-Check \ p5-B-Hooks-OP-PPAddr>=0.03:devel/p5-B-Hooks-OP-PPAddr \ p5-B-Hooks-Parser>=0.15:devel/p5-B-Hooks-Parser \ p5-ExtUtils-Depends>=0.302:devel/p5-ExtUtils-Depends -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |