diff options
Diffstat (limited to 'devel/p5-CPAN-Checksums/Makefile')
-rw-r--r-- | devel/p5-CPAN-Checksums/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-CPAN-Checksums/Makefile b/devel/p5-CPAN-Checksums/Makefile index 5da4ce4e733a..3c31fabd2058 100644 --- a/devel/p5-CPAN-Checksums/Makefile +++ b/devel/p5-CPAN-Checksums/Makefile @@ -13,10 +13,10 @@ COMMENT= Perl module to write a CHECKSUMS file for a directory as on CPAN LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-Compare>=0:devel/p5-Data-Compare \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Data-Compare>=0:devel/p5-Data-Compare \ p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-Module-Signature>=0:security/p5-Module-Signature -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |