diff options
Diffstat (limited to 'textproc/xqilla/Makefile')
-rw-r--r-- | textproc/xqilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile index 572b29b68012..daa906ff692b 100644 --- a/textproc/xqilla/Makefile +++ b/textproc/xqilla/Makefile @@ -27,7 +27,8 @@ PORTDOCS= * .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ + dot:${PORTSDIR}/graphics/graphviz post-build: cd ${WRKSRC} && ${GMAKE} docs |