svn commit: r417874 - head/security/vuxml

Mathieu Arnold mat at FreeBSD.org
Fri Jul 1 12:15:09 UTC 2016


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
 


More information about the svn-ports-all mailing list