diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-28 06:25:26 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-28 06:25:26 +0000 |
commit | 68c031de51b04dc1c710470b87adc6354aefb5c1 (patch) | |
tree | b0b82e3f10cba1093ff30f9984d08148d2178e95 /lang/python-devel | |
parent | c4a8480ea906bf2385704871e4cd4a4420074b86 (diff) | |
download | ports-68c031de51b04dc1c710470b87adc6354aefb5c1.tar.gz ports-68c031de51b04dc1c710470b87adc6354aefb5c1.zip |
Notes
Diffstat (limited to 'lang/python-devel')
-rw-r--r-- | lang/python-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 68a24f15b852..8c2b27bc134d 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/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> |