svn commit: r349242 - head/textproc/po4a

Renato Botelho garga at FreeBSD.org
Wed Mar 26 11:50:21 UTC 2014


Author: garga
Date: Wed Mar 26 11:50:21 2014
New Revision: 349242
URL: http://svnweb.freebsd.org/changeset/ports/349242
QAT: https://qat.redports.org/buildarchive/r349242/

Log:
  Add missing dependency

Modified:
  head/textproc/po4a/Makefile

Modified: head/textproc/po4a/Makefile
==============================================================================
--- head/textproc/po4a/Makefile	Wed Mar 26 11:32:53 2014	(r349241)
+++ head/textproc/po4a/Makefile	Wed Mar 26 11:50:21 2014	(r349242)
@@ -3,6 +3,7 @@
 
 PORTNAME=	po4a
 PORTVERSION=	0.45
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	LOCAL/garga/po4a
 
@@ -16,6 +17,7 @@ BUILD_DEPENDS=	p5-Term-ReadKey>=2.30:${P
 		p5-SGMLSpm>=1.03:${PORTSDIR}/textproc/p5-SGMLSpm \
 		p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \
 		jade>=0:${PORTSDIR}/textproc/jade \
+		xsltproc:${PORTSDIR}/textproc/libxslt \
 		${LOCALBASE}/share/xsl/docbook:${PORTSDIR}/textproc/docbook-xsl
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 


More information about the svn-ports-all mailing list