[56041] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sun Aug 23 13:23:55 PDT 2009


Revision: 56041
          http://trac.macports.org/changeset/56041
Author:   ryandesign at macports.org
Date:     2009-08-23 13:23:55 -0700 (Sun, 23 Aug 2009)
Log Message:
-----------
graphviz-oldgui, webdot: depend on bin/dot like every other Graphviz-using port instead of bin/neato

Modified Paths:
--------------
    trunk/dports/graphics/graphviz-oldgui/Portfile
    trunk/dports/www/webdot/Portfile

Modified: trunk/dports/graphics/graphviz-oldgui/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-oldgui/Portfile	2009-08-23 20:22:09 UTC (rev 56040)
+++ trunk/dports/graphics/graphviz-oldgui/Portfile	2009-08-23 20:23:55 UTC (rev 56041)
@@ -31,7 +31,7 @@
     port:libiconv
 
 depends_lib \
-    path:bin/neato:graphviz
+    path:bin/dot:graphviz
 
 pre-fetch {
     if {${os.major} >= 9} {

Modified: trunk/dports/www/webdot/Portfile
===================================================================
--- trunk/dports/www/webdot/Portfile	2009-08-23 20:22:09 UTC (rev 56040)
+++ trunk/dports/www/webdot/Portfile	2009-08-23 20:23:55 UTC (rev 56041)
@@ -23,7 +23,7 @@
 
 depends_build           port:pkgconfig
 
-depends_lib             path:bin/neato:graphviz
+depends_lib             path:bin/dot:graphviz
 
 depends_run             port:ghostscript
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090823/33d0fbd7/attachment.html>


More information about the macports-changes mailing list