diff options
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 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 |