New commits:
commit be9f00da40422a470ef20a3f8e17c524e0bced89
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
graphviz, Actually fixing 13860
diff --git a/devel/graphviz/FINAL b/devel/graphviz/FINAL
new file mode 100755
index 0000000..fff6bbe
--- /dev/null
+++ b/devel/graphviz/FINAL
@@ -0,0 +1 @@
+dot -c
diff --git a/devel/graphviz/HISTORY b/devel/graphviz/HISTORY
index 8003f71..0c19f42 100644
--- a/devel/graphviz/HISTORY
+++ b/devel/graphviz/HISTORY
@@ -2,6 +2,8 @@
* BUILD: included a makefile patch for diffimg and run the autoregen
* DEPENDS: added dependencies on auto* for the regen
* diffimg.patch: patch to make diffimg build
+ * INSTALL: removing dot -c
+ * FINAL: adding dot -c so it actually happens