aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-05-14 09:17:03 +0800
committeredwin <edwin@FreeBSD.org>2006-05-14 09:17:03 +0800
commit440a86cae2b41ead9675ab14eef26c300d696fed (patch)
treeb0e9d9e065a1ab16f9822ee1fb9ff7f0ba5e649c /lang/python
parentf7a84919fc1d9fa6e55e04e014692d3f710dd771 (diff)
downloadfreebsd-ports-graphics-440a86cae2b41ead9675ab14eef26c300d696fed.tar.gz
freebsd-ports-graphics-440a86cae2b41ead9675ab14eef26c300d696fed.tar.zst
freebsd-ports-graphics-440a86cae2b41ead9675ab14eef26c300d696fed.zip
[PATCH] lang/python: Some portlint fixes
- Fix tab/space issues PR: ports/95779 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: maintainer timeout
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 59f65dadcc1..76484111e58 100644
--- a/lang/python/Makefile
+++ b/lang/python/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