diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2016-02-07 07:20:24 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2016-02-07 07:20:24 +0000 |
commit | 6e81a372bc138d976f49e5e37c826c71278f2f12 (patch) | |
tree | 0b1b3732a56070523588fe2de2a753e445c1d855 | |
parent | Update to 3.6.3 (diff) |
graphics/graphviz: Enable verbose build
Approved by: portmgr (framework)
Notes
Notes:
svn path=/head/; revision=408346
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index aa3243049f91..ea3b3520a636 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -162,7 +162,8 @@ CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \ --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 |