git: 3789afb7f234 - main - security/py-authlib: Sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:47:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3789afb7f23442fbc56f1b68736695e02beeb477 commit 3789afb7f23442fbc56f1b68736695e02beeb477 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:32:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:40:12 +0000 security/py-authlib: Sort USES --- security/py-authlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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