aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xmlto
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2010-07-05 21:21:04 +0800
committermandree <mandree@FreeBSD.org>2010-07-05 21:21:04 +0800
commit1b61e85212a5494ecdd489f8c2c34eef5fe6f058 (patch)
treee2ae3004cc3ed6bd4264ff9989a085bf2f5c89ee /textproc/xmlto
parent98b8a09b7bb34a7ab5a11633bc13a4c7743dcd68 (diff)
downloadfreebsd-ports-gnome-1b61e85212a5494ecdd489f8c2c34eef5fe6f058.tar.gz
freebsd-ports-gnome-1b61e85212a5494ecdd489f8c2c34eef5fe6f058.tar.zst
freebsd-ports-gnome-1b61e85212a5494ecdd489f8c2c34eef5fe6f058.zip
Add missing dependency on docbook-xml (4.2).
Reported by: Jack Peirce <jpeirce@sourcecode.com> PR: ports/148243 Approved by: garga (mentor, implicit) Feature safe: yes
Diffstat (limited to 'textproc/xmlto')
-rw-r--r--textproc/xmlto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile
index 272875b1409d..bc070ac3b321 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \
xsltproc:${PORTSDIR}/textproc/libxslt \
${XSL_DIR}:${PORTSDIR}/textproc/docbook-xsl \
paperconf:${PORTSDIR}/print/libpaper \
- w3m:${PORTSDIR}/www/w3m
+ w3m:${PORTSDIR}/www/w3m \
+ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
RUN_DEPENDS= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes