diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-31 23:17:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-31 23:17:32 +0800 |
commit | 8f1134d805ed2f9cfb823511a1e932041bf1910a (patch) | |
tree | 4a89ad9213c3938e8f3a536e5c62ed45e61dd9c2 /lang/python26 | |
parent | eebd3ef02acca9436de41db56e0ac40261d84fdf (diff) | |
download | freebsd-ports-gnome-8f1134d805ed2f9cfb823511a1e932041bf1910a.tar.gz freebsd-ports-gnome-8f1134d805ed2f9cfb823511a1e932041bf1910a.tar.zst freebsd-ports-gnome-8f1134d805ed2f9cfb823511a1e932041bf1910a.zip |
- Revert back UCS changes
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 4 |
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 |