svn commit: r380376 - head/textproc/docbook-xml

Antoine Brodin antoine at FreeBSD.org
Tue Mar 3 15:00:43 UTC 2015


Author: antoine
Date: Tue Mar  3 15:00:42 2015
New Revision: 380376
URL: https://svnweb.freebsd.org/changeset/ports/380376
QAT: https://qat.redports.org/buildarchive/r380376/

Log:
  Add back RUN_DEPENDS

Modified:
  head/textproc/docbook-xml/Makefile

Modified: head/textproc/docbook-xml/Makefile
==============================================================================
--- head/textproc/docbook-xml/Makefile	Tue Mar  3 14:55:28 2015	(r380375)
+++ head/textproc/docbook-xml/Makefile	Tue Mar  3 15:00:42 2015	(r380376)
@@ -2,7 +2,7 @@
 
 PORTNAME=	docbook
 PORTVERSION=	5.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	${DBFILES:C,(.*):(.*),http://www.docbook.org/xml/\1/:\2,:C,:docbook-xml-([0-9]+).([0-9]+).?([0-9]*),:db\1\2\3,:C,:docbook-([0-9]+).([0-9]+).?([0-9]*),:db\1\2\3,}
 PKGNAMESUFFIX=	-xml
@@ -13,6 +13,8 @@ COMMENT=	DocBook XML DTD
 
 BUILD_DEPENDS=	${LOCALBASE}/share/xml/xmlcharent/catalog.xml:${PORTSDIR}/textproc/xmlcharent \
 		${XMLCATMGR_CMD}:${PORTSDIR}/textproc/xmlcatmgr
+RUN_DEPENDS=	${LOCALBASE}/share/xml/xmlcharent/catalog.xml:${PORTSDIR}/textproc/xmlcharent \
+		${XMLCATMGR_CMD}:${PORTSDIR}/textproc/xmlcatmgr
 
 NO_BUILD=	yes
 


More information about the svn-ports-head mailing list