Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2016 12:15:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417874 - head/security/vuxml
Message-ID:  <201607011215.u61CF851066604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Jul  1 12:15:08 2016
New Revision: 417874
URL: https://svnweb.freebsd.org/changeset/ports/417874

Log:
  Add missing dependency.
  
  Sponsored by:	Absolight

Modified:
  head/security/vuxml/Makefile   (contents, props changed)

Modified: head/security/vuxml/Makefile
==============================================================================
--- head/security/vuxml/Makefile	Fri Jul  1 12:15:01 2016	(r417873)
+++ head/security/vuxml/Makefile	Fri Jul  1 12:15:08 2016	(r417874)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vuxml
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security textproc
 MASTER_SITES=	http://www.vuxml.org/dtd/vuxml-1/
 DISTFILES=	vuxml-10.dtd  vuxml-model-10.mod \
@@ -17,6 +17,7 @@ COMMENT=	Vulnerability and eXposure Mark
 LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	xmlcatmgr:textproc/xmlcatmgr \
+		xsltproc:textproc/libxslt \
 		${LOCALBASE}/share/xml/dtd/xhtml-modularization/VERSION:textproc/xhtml-modularization \
 		${LOCALBASE}/share/xml/dtd/xhtml-basic/xhtml-basic10.dtd:textproc/xhtml-basic
 



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