summaryrefslogtreecommitdiffstats
path: root/lang/python
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2002-04-02 11:55:20 +0000
committertg <tg@FreeBSD.org>2002-04-02 11:55:20 +0000
commitbe392a99446be20a88313f32d551750d0a3493e7 (patch)
tree11115c43c36fa68736cad19d64b748c6a15e2f9f /lang/python
parent0af0bfbc5425bebf526b6eaf8b56e59d11bf4fec (diff)
downloadFreeBSD-ports-be392a99446be20a88313f32d551750d0a3493e7.zip
FreeBSD-ports-be392a99446be20a88313f32d551750d0a3493e7.tar.gz
Explicitly enable IPv6 support.
Submitted by: sumikawa
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 555e6a9..9f15089 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -7,8 +7,8 @@
PORTNAME= python
PORTVERSION= 2.2
-PORTREVISION= 1
-CATEGORIES= lang python
+PORTREVISION= 2
+CATEGORIES= lang python ipv6
MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
DISTFILES= ${PYTHON_DISTFILE}
@@ -57,6 +57,12 @@ CONFIGURE_ARGS+= --with-libs='-lxpg4'
CONFIGURE_ARGS+= --with-libs='-lxpg4'
.endif
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS+= --enable-ipv6
+.else
+CONFIGURE_ARGS+= --disable-ipv6
+.endif
+
.if ${OSVERSION} >= 500000
PLATFORMS=plat-freebsd2 plat-freebsd3 plat-freebsd4
.elif ${OSVERSION} >= 400000
OpenPOWER on IntegriCloud