Index: Portfile
===================================================================
--- Portfile	(revision 39548)
+++ Portfile	(working copy)
@@ -4,7 +4,7 @@
 
 name                    python25
 version                 2.5.2
-revision                5
+revision                6
 set major               2
 set branch              2.5
 categories              lang
@@ -134,6 +134,10 @@
         configure.args-append           --enable-universalsdk
 }
 
+variant ucs4 description {Build wide Python} {
+        configure.args-append           --enable-unicode=ucs4
+}
+
 livecheck.check         regex
 livecheck.url           ${homepage}download/releases/
 livecheck.regex         Python (${branch}.\[0-9\]+)

