Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 15:39:46 +0000 (UTC)
From:      Jeremy Messenger <mezz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314940 - head/graphics/gegl
Message-ID:  <201303221539.r2MFdkh8001463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mezz
Date: Fri Mar 22 15:39:45 2013
New Revision: 314940
URL: http://svnweb.freebsd.org/changeset/ports/314940

Log:
  Add a missing build time dependency, graphviz, for DOCS option.
  
  Reported by:	green dog <fiziologus@gmail.com>

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Fri Mar 22 15:28:13 2013	(r314939)
+++ head/graphics/gegl/Makefile	Fri Mar 22 15:39:45 2013	(r314940)
@@ -192,7 +192,8 @@ PLIST_SUB+=	EXIV2="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	a2x:${PORTSDIR}/textproc/asciidoc
+BUILD_DEPENDS+=	a2x:${PORTSDIR}/textproc/asciidoc \
+		vimdot:${PORTSDIR}/graphics/graphviz
 .else
 CONFIGURE_ARGS+=--disable-docs
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303221539.r2MFdkh8001463>