Revision: 74121 http://trac.macports.org/changeset/74121 Author: jmr@macports.org Date: 2010-12-04 17:26:00 -0800 (Sat, 04 Dec 2010) Log Message: ----------- typo Modified Paths: -------------- trunk/dports/graphics/libemf/Portfile Modified: trunk/dports/graphics/libemf/Portfile =================================================================== --- trunk/dports/graphics/libemf/Portfile 2010-12-05 01:22:57 UTC (rev 74120) +++ trunk/dports/graphics/libemf/Portfile 2010-12-05 01:26:00 UTC (rev 74121) @@ -27,7 +27,7 @@ use_autoreconf yes platform darwin { # this would be one line if it didn't have to work on tiger - if {{os.major} >= 9} { + if {${os.major} >= 9} { configure.cppflags-append -Xarch_ppc -D__PPC__=1 } else { universal_variant no
participants (1)
-
jmr@macports.org