diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-14 01:17:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-14 01:17:03 +0000 |
commit | 75ab390ea5898a3fa6dc9d5f39c01fde29872d83 (patch) | |
tree | 66eece3943fe378a67e31da5647a61784a0fbbb6 /lang/python | |
parent | 750830b33393242e6fd5439f1c70c35837949810 (diff) |
[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
Notes
Notes:
svn path=/head/; revision=162276
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 59f65dadcc14..76484111e586 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 |