aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-08-11 19:36:45 +0800
committeredwin <edwin@FreeBSD.org>2007-08-11 19:36:45 +0800
commit1d86a6f5527a0bc73543eb505dc4158014757f9d (patch)
tree3147d74d0a2c4f9784c47fac0c9ea70b3e6e6d2d /textproc
parent6f6d0ed49da8de21b4826902a1b08cb716430bb1 (diff)
downloadfreebsd-ports-gnome-1d86a6f5527a0bc73543eb505dc4158014757f9d.tar.gz
freebsd-ports-gnome-1d86a6f5527a0bc73543eb505dc4158014757f9d.tar.zst
freebsd-ports-gnome-1d86a6f5527a0bc73543eb505dc4158014757f9d.zip
[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.
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>