diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2021-09-11 14:57:58 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 21:23:30 +0000 |
| commit | 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 (patch) | |
| tree | 09bef799707f4b6e715b912429bd3b73c1addf4c /lang/python310 | |
| parent | b9a93c0bf4778b9ec327c1be6f819eb1ff90ec19 (diff) | |
Diffstat (limited to 'lang/python310')
| -rw-r--r-- | lang/python310/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python310/Makefile b/lang/python310/Makefile index 64aba656d340..508b194c02aa 100644 --- a/lang/python310/Makefile +++ b/lang/python310/Makefile @@ -112,8 +112,8 @@ PLIST_SUB+= NO_NIS="" .endif # Python 3.10 requires OpenSSL >= 1.1.1 (PEP 644), so with -# older OpenSSL or libressl, some modules are not built -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 && !${SSL_DEFAULT:Mopenssl*} || ${SSL_DEFAULT:Mlibressl*} +# libressl, some modules are not built +.if ${SSL_DEFAULT:Mlibressl*} PLIST_SUB+= SUPPORTED_OPENSSL="@comment " .else PLIST_SUB+= SUPPORTED_OPENSSL="" |
