aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:32:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:40:12 +0000
commit993b60b1fa6a50b236bae990a9e7d1c9c208cfd2 (patch)
tree8d56228957c0d92902b2bc33a34ec749d2c70d34
parent58aebd927283d0e53e63f70b7028d039f29f6aab (diff)
downloadports-993b60b1fa6a50b236bae990a9e7d1c9c208cfd2.tar.gz
ports-993b60b1fa6a50b236bae990a9e7d1c9c208cfd2.zip
security/py-asyncssh: Sort USES
-rw-r--r--security/py-asyncssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index 58199d6118c9..b7ed5541ee8b 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR}
-USES= cpe python pycryptography:run
+USES= cpe pycryptography:run python
USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes