svn commit: r401692 - head/print/a2pdf

Thomas Zander riggs at FreeBSD.org
Sun Nov 15 11:39:26 UTC 2015


Author: riggs
Date: Sun Nov 15 11:39:25 2015
New Revision: 401692
URL: https://svnweb.freebsd.org/changeset/ports/401692

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

Modified:
  head/print/a2pdf/Makefile

Modified: head/print/a2pdf/Makefile
==============================================================================
--- head/print/a2pdf/Makefile	Sun Nov 15 11:38:45 2015	(r401691)
+++ head/print/a2pdf/Makefile	Sun Nov 15 11:39:25 2015	(r401692)
@@ -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