svn commit: r451473 - head/print/pdfstitch

Antoine Brodin antoine at FreeBSD.org
Sat Oct 7 18:34:11 UTC 2017


Author: antoine
Date: Sat Oct  7 18:34:09 2017
New Revision: 451473
URL: https://svnweb.freebsd.org/changeset/ports/451473

Log:
  Fix dependencies

Modified:
  head/print/pdfstitch/Makefile

Modified: head/print/pdfstitch/Makefile
==============================================================================
--- head/print/pdfstitch/Makefile	Sat Oct  7 18:32:18 2017	(r451472)
+++ head/print/pdfstitch/Makefile	Sat Oct  7 18:34:09 2017	(r451473)
@@ -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-all mailing list