summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-08-11 11:36:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-08-11 11:36:45 +0000
commit30e4b53cc95c2e32ae03d8fe1c5b0914f0f7b5ca (patch)
treeebd7121f73ea4d234b57329c4f8d4f9704d7747f /textproc
parent[repocopy] net/py-rrdtool_lgpl -> databases/py-rrdtool_lgpl (diff)
[patch] textproc/docproj - add XML::Parser dependency
As discussed at http://docs.freebsd.org/cgi/getmsg.cgi?fetch=118376+0+archive/2007/freebsd-doc/20070520.freebsd-doc, and on #bsddocs with Chimera and keramida, please add a dependency on p5-XML-Parser to textproc/docproj so the FreeBSD Multimedia List can be re-added to the www-build. PR: ports/113119 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: timeout and more or less agreement in private emails.
Notes
Notes: svn path=/head/; revision=197464
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 8c7a57d74a88..dad2cd691f75 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -7,7 +7,7 @@
PORTNAME= docproj
PORTVERSION= 1.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= # empty
DISTFILES= # empty
@@ -34,7 +34,8 @@ RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \
${LOCALBASE}/share/xml/dtd/xhtml/xhtml.soc:${PORTSDIR}/textproc/xhtml \
${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \
- ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent
+ ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \
+ ${SITE_PERL}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
.include <bsd.port.pre.mk>