diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-04 16:01:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-04 16:01:32 +0000 |
commit | 06752b2ae5eb2d302c10ed6d972a4b2fc72dea61 (patch) | |
tree | 36693f4da919fd673e48502a32474b45c6c9bb84 | |
parent | Update to 2.4.2 (diff) |
Cosmetic change
-rw-r--r-- | devel/py-python-distutils-extra/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-python-distutils-extra/Makefile b/devel/py-python-distutils-extra/Makefile index bd85bcde1005..5714fb5095ce 100644 --- a/devel/py-python-distutils-extra/Makefile +++ b/devel/py-python-distutils-extra/Makefile @@ -14,8 +14,9 @@ COMMENT= Add support for i18n, documentation, and icons to distutils LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> |