summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2009-02-22 19:56:00 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2009-02-22 19:56:00 +0000
commitd8cb06964cf435a87338b1b284e84f180ae32e0d (patch)
treef269394366bd2165b753d7e27c0443f9fcbc16b2 /lang/python27
parent- Fix docs installation (diff)
Fix typo in UCS4 knob handling.
Noted by: Dominic Fandrey <kamikaze@bsdforen.de> via freebsd-python@
Notes
Notes: svn path=/head/; revision=228839
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 1b4ebca281aa..ee76d903f1fa 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -6,6 +6,7 @@
PORTNAME= python26
PORTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -83,7 +84,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif # !defined(WITHOUT_THREADS)
.if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2)
-CONFIGURE_ARGS-= --enable-unicode=ucs4
+CONFIGURE_ARGS+= --enable-unicode=ucs4
.endif
.if defined(WITHOUT_PYMALLOC)