summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-31 15:17:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-31 15:17:32 +0000
commit58183419a88ba8e349c5792d0f7584b666331940 (patch)
tree85190414bf0b86e3c62b0f690117d6599c3e3918 /lang/python26
parentUpdate to 1.8.1. (diff)
- Revert back UCS changes
Notes
Notes: svn path=/head/; revision=297882
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index a27aa08f3d3d..e96418b51b9c 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -7,7 +7,7 @@
PORTNAME= python26
PORTVERSION= 2.6.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -51,7 +51,7 @@ BINLINKS_SUB= -e 's,smtpd,smtpd${PYTHON_VER},' \
-e 's,(idle|pydoc|python-shared|python),\1${PYTHON_VER},'
OPTIONS_DEFINE= THREADS SEM PTH PYMALLOC IPV6 FPECTL EXAMPLES
-OPTIONS_DEFAULT= THREADS UCS2 PYMALLOC IPV6
+OPTIONS_DEFAULT= THREADS UCS4 PYMALLOC IPV6
OPTIONS_SINGLE= UCS
OPTIONS_SINGLE_UCS= UCS2 UCS4