aboutsummaryrefslogtreecommitdiff
path: root/print/pdfstitch
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-10-07 18:34:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-10-07 18:34:09 +0000
commitac2552c183eed805c28b6dd929d131432cd46f49 (patch)
treeebb4919e6a8a577c508b3626cc1c6540eedfe848 /print/pdfstitch
parentee59c67c6ab9607d7dd7ba97052ed331f434b084 (diff)
downloadports-ac2552c183eed805c28b6dd929d131432cd46f49.tar.gz
ports-ac2552c183eed805c28b6dd929d131432cd46f49.zip
Fix dependencies
Notes
Notes: svn path=/head/; revision=451473
Diffstat (limited to 'print/pdfstitch')
-rw-r--r--print/pdfstitch/Makefile6
1 files 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