diff options
-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> |