diff options
Diffstat (limited to 'lang/python32/Makefile')
-rw-r--r-- | lang/python32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 68a24f15b852..8c2b27bc134d 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -38,7 +38,7 @@ TOOLSDIR= ${PREFIX}/share/${PYTHON_VERSION} OPTIONS= THREADS "Enable thread support" on \ HUGE_STACK_SIZE "Use a larger thread stack" off \ - UCS2 "Use UCS2 instead of UCS4 for unicode support" off \ + UCS4 "Use UCS4 for unicode support" on \ PYMALLOC "Uses python's internal malloc" on .include <bsd.port.pre.mk> |