diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-10-04 15:54:54 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-10-04 15:54:54 +0000 |
commit | 2d1f50c4055c22a896400b46dab80d6be1beaef9 (patch) | |
tree | 48da256d99a4502c52d83bd5a0c099fb738b3f2a | |
parent | 2395d2649deaeed615c26c48a5c7eba808c91e6d (diff) | |
download | ports-2d1f50c4055c22a896400b46dab80d6be1beaef9.tar.gz ports-2d1f50c4055c22a896400b46dab80d6be1beaef9.zip |
Notes
-rw-r--r-- | devel/py-pytz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pytz/Makefile b/devel/py-pytz/Makefile index c92d033897d4..3890af53fe33 100644 --- a/devel/py-pytz/Makefile +++ b/devel/py-pytz/Makefile @@ -14,7 +14,7 @@ COMMENT= World Timezone Definitions for Python LICENSE= MIT USES= tar:bzip2 -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist distutils post-patch: @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP} |