From 1381c384e0598ec2ee57a4b64614577f2d861036 Mon Sep 17 00:00:00 2001 From: Cy Schubert <cy@FreeBSD.org> Date: Thu, 17 Nov 2022 11:55:06 -0800 Subject: [PATCH] security/heimdal: Only depend on python for build Make python a build-only dependency. Python is not needed at runtime. PR: 267814 Reported by: jkim Fixes: a5523d807d01 MFH: 2022Q4 --- security/heimdal/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 14956859a0b2..3d67c246e135 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= heimdal PORTVERSION= 7.8.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= krb5 krb5-* USES= cpe gettext-runtime gssapi:bootstrap,heimdal libtool pathfix \ - pkgconfig python readline makeinfo ssl + pkgconfig python:build readline makeinfo ssl CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= ${GSSAPILIBDIR} -- 2.38.1