svn commit: r401697 - branches/2015Q4/print/a2pdf

Thomas Zander riggs at FreeBSD.org
Sun Nov 15 11:46:47 UTC 2015


Author: riggs
Date: Sun Nov 15 11:46:45 2015
New Revision: 401697
URL: https://svnweb.freebsd.org/changeset/ports/401697

Log:
  MFH: r401692
  
  Fix runtime dependency: a2pdf requires lang/p5-Switch
  
  PR:		204137
  Submitted by:	freebsd at oldach.net
  Approved by:	ports-secteam (fix blanket)

Modified:
  branches/2015Q4/print/a2pdf/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/print/a2pdf/Makefile
==============================================================================
--- branches/2015Q4/print/a2pdf/Makefile	Sun Nov 15 11:44:50 2015	(r401696)
+++ branches/2015Q4/print/a2pdf/Makefile	Sun Nov 15 11:46:45 2015	(r401697)
@@ -14,6 +14,7 @@ COMMENT=	Text to PDF converter
 LICENSE=	ART20
 
 BUILD_DEPENDS=	p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 \
+		p5-Switch>=0:lang/p5-Switch \
 		perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \
 		p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
 		p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type


More information about the svn-ports-all mailing list