Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 21:14:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r455230 - branches/2017Q4/print/pdfstitch
Message-ID:  <201711302114.vAULEn5G040120@repo.freebsd.org>

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



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