diff --git a/Portfile b/Portfile
index 544315a..3f34bc9 100644
--- a/Portfile
+++ b/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
 
 name                    python26
 version                 2.6
-revision                1
+revision                2
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
@@ -136,7 +136,7 @@ platform darwin 9 {
 }
 
 variant universal {
-   configure.args-append   --enable-universalsdk
+   configure.args-append   --enable-universalsdk=${configure.universal_sysroot}
 }
 
 livecheck.check         regex

