From owner-svn-ports-all@FreeBSD.ORG Fri Mar 22 15:39:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7BF6E501; Fri, 22 Mar 2013 15:39:46 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBE779F; Fri, 22 Mar 2013 15:39:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MFdkWd001464; Fri, 22 Mar 2013 15:39:46 GMT (envelope-from mezz@svn.freebsd.org) Received: (from mezz@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2MFdkh8001463; Fri, 22 Mar 2013 15:39:46 GMT (envelope-from mezz@svn.freebsd.org) Message-Id: <201303221539.r2MFdkh8001463@svn.freebsd.org> From: Jeremy Messenger Date: Fri, 22 Mar 2013 15:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314940 - head/graphics/gegl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 15:39:46 -0000 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 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