diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-19 17:56:40 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-19 17:56:59 +0000 |
| commit | 4c352332caddaa03c81e6c31df5a9a719ca518ec (patch) | |
| tree | 1d288ff146f4f3d2a04ccedaec1f3fd9ed19e8be | |
| parent | b7627f0de315ebcd9291fcf2768a96ddf3701139 (diff) | |
Mk/Uses/python.mk: Fix typo
Reported by: Herbert J. Skuhra <herbert@gojira.at>
| -rw-r--r-- | Mk/Uses/python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 5408c859bf0f..3ceacc7c115d 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -633,7 +633,7 @@ _PYTHONPKGLIST= ${WRKDIR}/.PLIST.pymodtmp # cryptography* support . if ${PYCRYPTOGRAPHY_DEFAULT} == rust -RYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=44.0.3,1:security/py-cryptography@${PY_FLAVOR} +CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=44.0.3,1:security/py-cryptography@${PY_FLAVOR} . else CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>=3.4.8_3,1:security/py-cryptography-legacy@${PY_FLAVOR} . endif |
