Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2017 18:34:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451473 - head/print/pdfstitch
Message-ID:  <201710071834.v97IY9fT020411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710071834.v97IY9fT020411>