diff options
Diffstat (limited to 'textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile')
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile index cb75a23a8ccb..a09797715926 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -13,10 +13,10 @@ COMMENT= Perl5 module to convert HTML to text with tables intact LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Format>=0:textproc/p5-HTML-Format \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-HTML-Format>=0:textproc/p5-HTML-Format \ p5-HTML-FormatText-WithLinks>=0:textproc/p5-HTML-FormatText-WithLinks \ p5-HTML-Tree>=0:www/p5-HTML-Tree -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |