aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-12-20 07:13:43 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-12-20 07:13:43 +0000
commit60d09f59f53245bca42e44c3ab335cdc102b7fe8 (patch)
treea390cc0f9f61f555bbf96090544b502f5aeb48bd /lang/python23/Makefile
parent10a8a72040be87b810d185eafb84acf020ab597c (diff)
downloadports-60d09f59f53245bca42e44c3ab335cdc102b7fe8.tar.gz
ports-60d09f59f53245bca42e44c3ab335cdc102b7fe8.zip
Notes
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r--lang/python23/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index f8ce42abe749..fdd22f01c624 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= python
-PORTVERSION= 2.3.2
-PORTREVISION= 3
+PORTVERSION= 2.3.3
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -83,6 +82,9 @@ PLIST_SUB+= 32BIT_ONLY="@comment "
.else
PLIST_SUB+= 32BIT_ONLY=""
.endif
+.if ${ARCH} == sparc64
+CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900
+.endif
.if ${OSVERSION} < 400000
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses