Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2018 08:23:05 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482210 - head/graphics/graphviz
Message-ID:  <201810160823.w9G8N5vA049819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Oct 16 08:23:04 2018
New Revision: 482210
URL: https://svnweb.freebsd.org/changeset/ports/482210

Log:
  Avoid accidentally auto-activating librsvg2 support in graphics/graphviz

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Tue Oct 16 08:22:02 2018	(r482209)
+++ head/graphics/graphviz/Makefile	Tue Oct 16 08:23:04 2018	(r482210)
@@ -180,6 +180,7 @@ CONFIGURE_ARGS+=	--program-transform-name="s/x/x/" \
 		--with-libgd \
 		--with-fontconfigincludedir=${LOCALBASE}/include \
 		--with-fontconfiglibdir=${LOCALBASE}/lib \
+		--without-rsvg \
 		--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?201810160823.w9G8N5vA049819>