Revision
103350
Author
larryv@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

Diff

Modified: trunk/dports/python/py-graph-tool/Portfile (103349 => 103350)


--- 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
     }