Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2015 15:00:42 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380376 - head/textproc/docbook-xml
Message-ID:  <201503031500.t23F0h00023260@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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