diff options
author | koobs <koobs@FreeBSD.org> | 2016-02-07 15:20:24 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2016-02-07 15:20:24 +0800 |
commit | 0b09076784498dda480f104c1f8e43c3b5941aed (patch) | |
tree | 0b1b3732a56070523588fe2de2a753e445c1d855 /graphics | |
parent | 5fdb6bf6d499c936458885642cd284a9ef574c15 (diff) | |
download | freebsd-ports-graphics-0b09076784498dda480f104c1f8e43c3b5941aed.tar.gz freebsd-ports-graphics-0b09076784498dda480f104c1f8e43c3b5941aed.tar.zst freebsd-ports-graphics-0b09076784498dda480f104c1f8e43c3b5941aed.zip |
graphics/graphviz: Enable verbose build
Approved by: portmgr (framework)
Diffstat (limited to 'graphics')
-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 aa3243049f9..ea3b3520a63 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 |