diff options
Diffstat (limited to 'textproc/p5-HTML-FormatText-WithLinks-AndTables')
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile index af2a689f7cca..b994b847d803 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -13,9 +13,9 @@ COMMENT= Perl5 module to convert HTML to text with tables in tact LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ - p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \ - p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree +BUILD_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 |