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 /graphics/graphviz | |
parent | 6f99407eca8b981c4dae1ed5a5d80578bddce78c (diff) | |
download | ports-6e81a372bc138d976f49e5e37c826c71278f2f12.tar.gz ports-6e81a372bc138d976f49e5e37c826c71278f2f12.zip |
Notes
Diffstat (limited to 'graphics/graphviz')
-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 |