diff options
author | hrs <hrs@FreeBSD.org> | 2006-08-18 17:06:01 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-08-18 17:06:01 +0000 |
commit | eff16a6eba8f31e7351adfa4c5291aabaeab8854 (patch) | |
tree | 9a9f5c7b8ebf46588262d6d1506dae2fada1b4f5 /textproc | |
parent | fccebe429a4e7ebb0f244d8827d07b702956e423 (diff) | |
download | FreeBSD-ports-eff16a6eba8f31e7351adfa4c5291aabaeab8854.zip FreeBSD-ports-eff16a6eba8f31e7351adfa4c5291aabaeab8854.tar.gz |
Add dependency on textproc/xmlcharent to handle &symbol;-style
entity reference in an XML file. Bump PORTVERSION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 7ba9630..5417b1a 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -32,7 +32,8 @@ RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \ ${LOCALBASE}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ ${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/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ + ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent .include <bsd.port.pre.mk> |