svn commit: r455230 - branches/2017Q4/print/pdfstitch
Antoine Brodin
antoine at FreeBSD.org
Thu Nov 30 21:14:51 UTC 2017
Author: antoine
Date: Thu Nov 30 21:14:49 2017
New Revision: 455230
URL: https://svnweb.freebsd.org/changeset/ports/455230
Log:
MFH: r451473
Fix dependencies
Modified:
branches/2017Q4/print/pdfstitch/Makefile
Directory Properties:
branches/2017Q4/ (props changed)
Modified: branches/2017Q4/print/pdfstitch/Makefile
==============================================================================
--- branches/2017Q4/print/pdfstitch/Makefile Thu Nov 30 21:10:11 2017 (r455229)
+++ branches/2017Q4/print/pdfstitch/Makefile Thu Nov 30 21:14:49 2017 (r455230)
@@ -12,9 +12,9 @@ COMMENT= Crop and stitch pages from PDF to larger, sin
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
More information about the svn-ports-branches
mailing list