git: 13b8f36ca8b5 - main - security/py-krb5: Add USES=ssl

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 03 Jul 2024 15:38:52 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13b8f36ca8b57e1fddde286c461282662b1629ce

commit 13b8f36ca8b57e1fddde286c461282662b1629ce
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-03 15:34:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-03 15:34:41 +0000

    security/py-krb5: Add USES=ssl
---
 security/py-krb5/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile
index 3512ad108a84..9fe5705e9de6 100644
--- a/security/py-krb5/Makefile
+++ b/security/py-krb5/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42.0.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python
+USES=		python ssl
 USE_PYTHON=	autoplist concurrent cython pep517
 
 MAKE_ENV=	KRB5_KRB5CONFIG=${KRB5CONFIG}