Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 07:20:24 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408346 - head/graphics/graphviz
Message-ID:  <201602070720.u177KOlc061164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sun Feb  7 07:20:24 2016
New Revision: 408346
URL: https://svnweb.freebsd.org/changeset/ports/408346

Log:
  graphics/graphviz: Enable verbose build
  
  Approved by:	portmgr (framework)

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Feb  7 07:17:25 2016	(r408345)
+++ head/graphics/graphviz/Makefile	Sun Feb  7 07:20:24 2016	(r408346)
@@ -162,7 +162,8 @@ CONFIGURE_ARGS+=	--program-transform-nam
 		--with-fontconfigincludedir=${LOCALBASE}/include \
 		--with-fontconfiglibdir=${LOCALBASE}/lib \
 		--disable-io --disable-ocaml --disable-java \
-		--disable-sharp
+		--disable-sharp \
+		--disable-silent-rules
 
 .if ${PORT_OPTIONS:MMING}
 BROKEN=	Ming incomplete, uses removed libgraph



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