diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-03-08 20:29:35 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-03-08 20:29:35 +0000 |
commit | 9102bf4c7d96e822a9f6bce496c771ba279f33db (patch) | |
tree | 6b2fcc8ea238f5a0b7cf67b8e466ea089d4dfcc2 /devel/libxs | |
parent | ed59156ea974a2adcb0480a67bd3b9a974de4609 (diff) |
Notes
Diffstat (limited to 'devel/libxs')
-rw-r--r-- | devel/libxs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libxs/Makefile b/devel/libxs/Makefile index 644921b337d8..29d60020ea28 100644 --- a/devel/libxs/Makefile +++ b/devel/libxs/Makefile @@ -31,7 +31,8 @@ CONFIGURE_ARGS+= --enable-debug .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto + xmlto:${PORTSDIR}/textproc/xmlto \ + ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 MAN3= \ xs_bind.3 \ |