aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-13 00:11:06 +0800
committergahr <gahr@FreeBSD.org>2014-02-13 00:11:06 +0800
commitd169ec3994d57ed51721d5e8c98e823fd649d13b (patch)
treeb522e2e650870f360c09ffc799409ab3fa93e18b
parent4ff90aa2f3f94ade0926e94a21464614455a5a56 (diff)
downloadfreebsd-ports-gnome-d169ec3994d57ed51721d5e8c98e823fd649d13b.tar.gz
freebsd-ports-gnome-d169ec3994d57ed51721d5e8c98e823fd649d13b.tar.zst
freebsd-ports-gnome-d169ec3994d57ed51721d5e8c98e823fd649d13b.zip
- Add dependency on graphviz when building the documentation
-rw-r--r--textproc/xqilla/Makefile3
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