aboutsummaryrefslogtreecommitdiff
path: root/lang/python31
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-05 13:18:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-05 13:18:26 +0000
commit03ff71952dd0d66dd6073e4f803cbc25fc6230eb (patch)
tree02717a43beaa3c8b8ee1a4998a8c040dfac61fa2 /lang/python31
parent26ff21a4257f3bdddd387d2971015b21156594e5 (diff)
downloadports-03ff71952dd0d66dd6073e4f803cbc25fc6230eb.tar.gz
ports-03ff71952dd0d66dd6073e4f803cbc25fc6230eb.zip
Notes
Diffstat (limited to 'lang/python31')
-rw-r--r--lang/python31/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index ccd3a9aa10fb..2ebcea9b19c4 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -3,10 +3,11 @@
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
+#
PORTNAME= python31
PORTVERSION= 3.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -65,9 +66,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)
PLIST_SUB+= THREADS=""
CONFIGURE_ARGS+= --with-threads