diff options
author | perky <perky@FreeBSD.org> | 2004-06-28 06:25:26 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-06-28 06:25:26 +0000 |
commit | 532025205fe693eb4888106a35feb736077570e2 (patch) | |
tree | c1d72ad6970208606bf946c8f39a158c2a186182 /lang/python-devel | |
parent | 118895acfcb43f931d9d08b7ab973e18568e9b82 (diff) | |
download | FreeBSD-ports-532025205fe693eb4888106a35feb736077570e2.zip FreeBSD-ports-532025205fe693eb4888106a35feb736077570e2.tar.gz |
More OPTIONS change of UCS2->UCS4 which is missed in previous commit.
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 68a24f1..8c2b27b 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> |