aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python25
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python25')
-rw-r--r--lang/python25/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index 4ce5fea4cf00..6cf4d9f83670 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/Makefile
@@ -3,10 +3,11 @@
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
+#
PORTNAME= python25
PORTVERSION= 2.5.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -63,9 +64,6 @@ PLIST_SUB+= IF_DEFAULT=""
PLIST_SUB+= IF_DEFAULT="@comment "
.endif
-# workaround for a bug in base curses.h.
-CFLAGS+= -D__wchar_t=wchar_t
-
.if !defined(WITHOUT_THREADS)
CONFIGURE_ARGS+= --with-threads
CFLAGS+= ${PTHREAD_CFLAGS}