svn commit: r343937 - head/textproc/xqilla

Pietro Cerutti gahr at FreeBSD.org
Wed Feb 12 16:11:07 UTC 2014


Author: gahr
Date: Wed Feb 12 16:11:06 2014
New Revision: 343937
URL: http://svnweb.freebsd.org/changeset/ports/343937
QAT: https://qat.redports.org/buildarchive/r343937/

Log:
  - Add dependency on graphviz when building the documentation

Modified:
  head/textproc/xqilla/Makefile

Modified: head/textproc/xqilla/Makefile
==============================================================================
--- head/textproc/xqilla/Makefile	Wed Feb 12 16:10:43 2014	(r343936)
+++ head/textproc/xqilla/Makefile	Wed Feb 12 16:11:06 2014	(r343937)
@@ -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


More information about the svn-ports-all mailing list