aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-05 22:45:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-05 22:45:41 +0000
commitfd508058ca6e8658f64202ffa8a6b21f6e81d20b (patch)
tree2ceaf37620a06b55c7a834a73ce28b69ff3316cf
parent43c9a20f55295ec5a8836bc806b4beed79611a43 (diff)
downloadports-fd508058ca6e8658f64202ffa8a6b21f6e81d20b.tar.gz
ports-fd508058ca6e8658f64202ffa8a6b21f6e81d20b.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=489399
-rw-r--r--devel/py-isort/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-isort/Makefile b/devel/py-isort/Makefile
index aa895ae41976..e1f4a719537f 100644
--- a/devel/py-isort/Makefile
+++ b/devel/py-isort/Makefile
@@ -16,8 +16,9 @@ RUN_DEPENDS= ${PY_FUTURES}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
-NO_ARCH= yes
-USE_PYTHON= autoplist concurrent distutils
USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>