diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-03-18 14:54:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-03-18 14:54:20 +0000 |
commit | 53246c9605fe993f5148fa1defe9a0d422391a41 (patch) | |
tree | d2936e60fb2de5a90913e9f548e8de38fb0b802d /graphics/graphviz | |
parent | 0f96df98a2f4424e2bbef6323b7eff6103124b38 (diff) |
- fix bug from r496028
PR: 236606
Notes
Notes:
svn path=/head/; revision=496146
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index b6670eda046d..640246d7f707 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -174,6 +174,7 @@ CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \ --with-fontconfigincludedir=${LOCALBASE}/include \ --with-fontconfiglibdir=${LOCALBASE}/lib \ --without-rsvg \ + --with-qt=no \ --disable-io --disable-ocaml --disable-java \ --disable-sharp |