diff options
Diffstat (limited to 'devel/libxs/Makefile')
-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 \ |