Date: Mon, 18 Mar 2019 14:54:20 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496146 - head/graphics/graphviz Message-ID: <201903181454.x2IEsKlK086138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Mon Mar 18 14:54:20 2019 New Revision: 496146 URL: https://svnweb.freebsd.org/changeset/ports/496146 Log: - fix bug from r496028 PR: 236606 Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Mon Mar 18 14:21:35 2019 (r496145) +++ head/graphics/graphviz/Makefile Mon Mar 18 14:54:20 2019 (r496146) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903181454.x2IEsKlK086138>