aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-10-08 02:34:09 +0800
committerantoine <antoine@FreeBSD.org>2017-10-08 02:34:09 +0800
commitdda1ca26a154e26203b2ba4e49f960067d6abd67 (patch)
treeebb4919e6a8a577c508b3626cc1c6540eedfe848 /print
parent847bd4ca8f523f3cd985327e2fde17136755f743 (diff)
downloadfreebsd-ports-gnome-dda1ca26a154e26203b2ba4e49f960067d6abd67.tar.gz
freebsd-ports-gnome-dda1ca26a154e26203b2ba4e49f960067d6abd67.tar.zst
freebsd-ports-gnome-dda1ca26a154e26203b2ba4e49f960067d6abd67.zip
Fix dependencies
Diffstat (limited to 'print')
-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