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