diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:32:18 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-07-31 16:40:13 +0000 |
commit | 7757df021695d1c3b43211e97f8d2cf4323e0fe7 (patch) | |
tree | 01f324f6fa2e1ddd3256b2ae91850069e97a7ef0 | |
parent | 1b11db5f106879d74a75a78868e196ef7957d6d0 (diff) | |
download | ports-7757df021695d1c3b43211e97f8d2cf4323e0fe7.tar.gz ports-7757df021695d1c3b43211e97f8d2cf4323e0fe7.zip |
security/py-cert-human: Sort USES
-rw-r--r-- | security/py-cert-human/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-cert-human/Makefile b/security/py-cert-human/Makefile index cef7076bb0b0..19f04e468f49 100644 --- a/security/py-cert-human/Makefile +++ b/security/py-cert-human/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python pycryptography:run +USES= pycryptography:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |