svn commit: r482210 - head/graphics/graphviz
Tobias Kortkamp
tobik at FreeBSD.org
Tue Oct 16 08:23:05 UTC 2018
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
More information about the svn-ports-all
mailing list