[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.
This commit is contained in:
parent
e8158a50e8
commit
30e4b53cc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197464
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue