[103350] trunk/dports/python/py-graph-tool/Portfile

larryv at macports.org larryv at macports.org
Fri Feb 22 08:24:49 PST 2013


Revision: 103350
          https://trac.macports.org/changeset/103350
Author:   larryv at macports.org
Date:     2013-02-22 08:24:49 -0800 (Fri, 22 Feb 2013)
Log Message:
-----------
py*-graph-tool: Fix if/else syntax error.

Modified Paths:
--------------
    trunk/dports/python/py-graph-tool/Portfile

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2013-02-22 15:10:23 UTC (rev 103349)
+++ trunk/dports/python/py-graph-tool/Portfile	2013-02-22 16:24:49 UTC (rev 103350)
@@ -58,8 +58,7 @@
     # some point.
     if {[string match *clang* ${configure.compiler}]} {
         configure.args-append --disable-sparsehash
-    }
-    else {
+    } else {
         depends_lib-append port:sparsehash
         configure.cppflags-append -I${prefix}/include/sparsehash
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130222/32cb6440/attachment.html>


More information about the macports-changes mailing list