From: <var...@us...> - 2014-10-07 18:34:37
|
Revision: 9224 http://sourceforge.net/p/phpwiki/code/9224 Author: vargenau Date: 2014-10-07 18:34:29 +0000 (Tue, 07 Oct 2014) Log Message: ----------- graphviz via Homebrew Modified Paths: -------------- trunk/lib/plugin/GraphViz.php Modified: trunk/lib/plugin/GraphViz.php =================================================================== --- trunk/lib/plugin/GraphViz.php 2014-10-07 18:32:29 UTC (rev 9223) +++ trunk/lib/plugin/GraphViz.php 2014-10-07 18:34:29 UTC (rev 9224) @@ -37,7 +37,7 @@ if (PHP_OS == "Darwin") { // Mac OS X if (!defined("GRAPHVIZ_EXE")) - define('GRAPHVIZ_EXE', '/sw/bin/dot'); // graphviz via Fink + define('GRAPHVIZ_EXE', '/usr/local/bin/dot'); // graphviz via Homebrew // Name of the Truetypefont - at least LucidaSansRegular.ttf is always present on OS X if (!defined('VISUALWIKIFONT')) define('VISUALWIKIFONT', 'LucidaSansRegular'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |