Revision: 103350 https://trac.macports.org/changeset/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: -------------- 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 }