diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/a2pdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/a2pdf/Makefile b/print/a2pdf/Makefile index 85c0ff5d2895..529b9d16a8e5 100644 --- a/print/a2pdf/Makefile +++ b/print/a2pdf/Makefile @@ -13,7 +13,7 @@ COMMENT= Text to PDF converter LICENSE= ART20 BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 \ - perltidy>=0:${PORTSDIR}/devel/perltidy \ + perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \ p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type RUN_DEPENDS:= ${BUILD_DEPENDS} |