[103169] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Sun Feb 17 02:26:02 PST 2013


Revision: 103169
          https://trac.macports.org/changeset/103169
Author:   ryandesign at macports.org
Date:     2013-02-17 02:26:02 -0800 (Sun, 17 Feb 2013)
Log Message:
-----------
graphviz, graphviz-devel: fix typo in upgrade from old no_pangocairo variant (#38092)

Modified Paths:
--------------
    trunk/dports/graphics/graphviz/Portfile
    trunk/dports/graphics/graphviz-devel/Portfile

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2013-02-17 06:16:50 UTC (rev 103168)
+++ trunk/dports/graphics/graphviz/Portfile	2013-02-17 10:26:02 UTC (rev 103169)
@@ -280,7 +280,7 @@
                                 --without-lasi
 }
 
-if {[variant_isset no_pangocario]} {
+if {[variant_isset no_pangocairo]} {
     default_variants -pangocairo
 } else {
     default_variants +pangocairo

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2013-02-17 06:16:50 UTC (rev 103168)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2013-02-17 10:26:02 UTC (rev 103169)
@@ -279,7 +279,7 @@
                                 --without-lasi
 }
 
-if {[variant_isset no_pangocario]} {
+if {[variant_isset no_pangocairo]} {
     default_variants -pangocairo
 } else {
     default_variants +pangocairo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130217/93c206f5/attachment.html>


More information about the macports-changes mailing list