aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:32:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:40:12 +0000
commit3789afb7f23442fbc56f1b68736695e02beeb477 (patch)
tree87f6888f699c47ffa9406d1823d3563f37348a02
parent993b60b1fa6a50b236bae990a9e7d1c9c208cfd2 (diff)
downloadports-3789afb7f23442fbc56f1b68736695e02beeb477.tar.gz
ports-3789afb7f23442fbc56f1b68736695e02beeb477.zip
security/py-authlib: Sort USES
-rw-r--r--security/py-authlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-authlib/Makefile b/security/py-authlib/Makefile
index 13d686a32c3d..17b49394e301 100644
--- a/security/py-authlib/Makefile
+++ b/security/py-authlib/Makefile
@@ -13,7 +13,7 @@ WWW= https://authlib.org/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python pycryptography:run
+USES= pycryptography:run python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes