[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
This commit is contained in:
Edwin Groothuis
2006-05-14 01:17:03 +00:00
parent 750830b333
commit 75ab390ea5
2 changed files with 6 additions and 6 deletions

View File

@@ -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