diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-14 09:17:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-14 09:17:03 +0800 |
commit | 440a86cae2b41ead9675ab14eef26c300d696fed (patch) | |
tree | b0e9d9e065a1ab16f9822ee1fb9ff7f0ba5e649c /lang | |
parent | f7a84919fc1d9fa6e55e04e014692d3f710dd771 (diff) | |
download | freebsd-ports-gnome-440a86cae2b41ead9675ab14eef26c300d696fed.tar.gz freebsd-ports-gnome-440a86cae2b41ead9675ab14eef26c300d696fed.tar.zst freebsd-ports-gnome-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')
-rw-r--r-- | lang/python/Makefile | 6 | ||||
-rw-r--r-- | lang/python24/Makefile | 6 |
2 files changed, 6 insertions, 6 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 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 |