diff options
Diffstat (limited to 'devel/py-isodate/Makefile')
-rw-r--r-- | devel/py-isodate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-isodate/Makefile b/devel/py-isodate/Makefile index ce8aed8a4def..5ae3ce491ce1 100644 --- a/devel/py-isodate/Makefile +++ b/devel/py-isodate/Makefile @@ -11,7 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= ISO 8601 date/time/duration parser and formater USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP} |