diff options
author | perky <perky@FreeBSD.org> | 2004-06-28 14:25:26 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-06-28 14:25:26 +0800 |
commit | 532025205fe693eb4888106a35feb736077570e2 (patch) | |
tree | c1d72ad6970208606bf946c8f39a158c2a186182 /lang/python32 | |
parent | 118895acfcb43f931d9d08b7ab973e18568e9b82 (diff) | |
download | freebsd-ports-gnome-532025205fe693eb4888106a35feb736077570e2.tar.gz freebsd-ports-gnome-532025205fe693eb4888106a35feb736077570e2.tar.zst freebsd-ports-gnome-532025205fe693eb4888106a35feb736077570e2.zip |
More OPTIONS change of UCS2->UCS4 which is missed in previous commit.
Diffstat (limited to 'lang/python32')
-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> |