Revision: 89577 http://trac.macports.org/changeset/89577 Author: snc@macports.org Date: 2012-02-03 07:22:25 -0800 (Fri, 03 Feb 2012) Log Message: ----------- mftrace: depend on python27 (revbump), UsingTheRightCompiler, #32990 Modified Paths: -------------- trunk/dports/graphics/mftrace/Portfile Modified: trunk/dports/graphics/mftrace/Portfile =================================================================== --- trunk/dports/graphics/mftrace/Portfile 2012-02-03 15:17:44 UTC (rev 89576) +++ trunk/dports/graphics/mftrace/Portfile 2012-02-03 15:22:25 UTC (rev 89577) @@ -4,6 +4,7 @@ PortSystem 1.0 name mftrace version 1.2.16 +revision 1 categories graphics maintainers nomaintainer license GPL-2 @@ -21,13 +22,14 @@ checksums sha1 f227a98401ded8fbb0f692933ee6324ef80f3b61 \ rmd160 71bb646fa78c81788fd1134659b3363e04ffed4c -depends_lib port:python26 port:potrace bin:kpsewhich:texlive +depends_lib port:python27 port:potrace bin:kpsewhich:texlive configure.args --mandir=${prefix}/share/man -configure.env PYTHON=${prefix}/bin/python2.6 +configure.env PYTHON=${prefix}/bin/python2.7 +build.env CC="${configure.cc} [get_canonical_archflags cc]" + variant autotrace { depends_lib-delete bin:potrace:potrace depends_lib-append bin:autotrace:autotrace } -