From ac2552c183eed805c28b6dd929d131432cd46f49 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 7 Oct 2017 18:34:09 +0000 Subject: [PATCH] Fix dependencies --- print/pdfstitch/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/pdfstitch/Makefile b/print/pdfstitch/Makefile index 2f3c45ea0f3b..62833c200fa7 100644 --- a/print/pdfstitch/Makefile +++ b/print/pdfstitch/Makefile @@ -12,9 +12,9 @@ COMMENT= Crop and stitch pages from PDF to larger, single-page PDF LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= textproc/p5-YAML>=1.10:textproc/p5-YAML \ - devel/p5-File-LibMagic>=1.10:devel/p5-File-LibMagic \ - textproc/p5-PDF-API2>=2.030:textproc/p5-PDF-API2 +RUN_DEPENDS= p5-YAML>=1.10:textproc/p5-YAML \ + p5-File-LibMagic>=1.10:devel/p5-File-LibMagic \ + p5-PDF-API2>=2.030:textproc/p5-PDF-API2 USES= perl5 USE_GITHUB= yes