svn commit: r408346 - head/graphics/graphviz

Kubilay Kocak koobs at FreeBSD.org
Sun Feb 7 07:20:26 UTC 2016


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


More information about the svn-ports-all mailing list