svn commit: r496146 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Mon Mar 18 14:54:21 UTC 2019


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
 


More information about the svn-ports-all mailing list