summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-06-28 06:25:26 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-06-28 06:25:26 +0000
commit68c031de51b04dc1c710470b87adc6354aefb5c1 (patch)
treeb0b82e3f10cba1093ff30f9984d08148d2178e95 /lang
parentTest lack of non-default options for CONFIG-unaware environments (diff)
More OPTIONS change of UCS2->UCS4 which is missed in previous commit.
Notes
Notes: svn path=/head/; revision=112447
Diffstat (limited to 'lang')
-rw-r--r--lang/python-devel/Makefile2
-rw-r--r--lang/python25/Makefile2
-rw-r--r--lang/python26/Makefile2
-rw-r--r--lang/python27/Makefile2
-rw-r--r--lang/python30/Makefile2
-rw-r--r--lang/python31/Makefile2
-rw-r--r--lang/python32/Makefile2
7 files changed, 7 insertions, 7 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>
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index 68a24f15b852..8c2b27bc134d 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/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>
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 68a24f15b852..8c2b27bc134d 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/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>
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 68a24f15b852..8c2b27bc134d 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/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>
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 68a24f15b852..8c2b27bc134d 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/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>
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index 68a24f15b852..8c2b27bc134d 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/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>
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>