aboutsummaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-05-14 01:17:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-05-14 01:17:03 +0000
commit75ab390ea5898a3fa6dc9d5f39c01fde29872d83 (patch)
tree66eece3943fe378a67e31da5647a61784a0fbbb6 /lang/python24
parent750830b33393242e6fd5439f1c70c35837949810 (diff)
downloadports-75ab390ea5898a3fa6dc9d5f39c01fde29872d83.tar.gz
ports-75ab390ea5898a3fa6dc9d5f39c01fde29872d83.zip
Notes
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 59f65dadcc14..76484111e586 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -93,13 +93,13 @@ CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900
.endif
.if !defined(WITHOUT_IPV6) && ${OSVERSION} >= 400014
-CONFIGURE_ARGS+= --enable-ipv6
+CONFIGURE_ARGS+= --enable-ipv6
.else
-CONFIGURE_ARGS+= --disable-ipv6
+CONFIGURE_ARGS+= --disable-ipv6
.endif
.if defined(WITH_FPECTL)
-CONFIGURE_ARGS+= --with-fpectl
+CONFIGURE_ARGS+= --with-fpectl
.endif
.if ${OSVERSION} >= 700000