aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python26
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2009-02-23 03:56:00 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2009-02-23 03:56:00 +0800
commitc7b7d1f9bc5eab05610dbef1747c34d05a5e2344 (patch)
treebcd24827fbb5c28ee62c3b95483214d48fddfc6a /lang/python26
parent1967a066f94e8ff10cf5c93208a9f9aef2f9c175 (diff)
downloadfreebsd-ports-gnome-c7b7d1f9bc5eab05610dbef1747c34d05a5e2344.tar.gz
freebsd-ports-gnome-c7b7d1f9bc5eab05610dbef1747c34d05a5e2344.tar.zst
freebsd-ports-gnome-c7b7d1f9bc5eab05610dbef1747c34d05a5e2344.zip
Fix typo in UCS4 knob handling.
Noted by: Dominic Fandrey <kamikaze@bsdforen.de> via freebsd-python@
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 1b4ebca281aa..ee76d903f1fa 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/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)