aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-12-21 15:12:00 +0000
committerCy Schubert <cy@FreeBSD.org>2022-12-21 15:20:12 +0000
commitf08be3475d152067ce71ca1d64957f7c96355ba2 (patch)
tree502915cde290fec9dfe6c01b23751c3a4b13f3a8
parent818f2df8c1f582cec1cbd920c3c38e149825e76f (diff)
downloadports-f08be3475d152067ce71ca1d64957f7c96355ba2.tar.gz
ports-f08be3475d152067ce71ca1d64957f7c96355ba2.zip
security/heimdal-devel: Convert to new USES=llvm
Replace BUILD_DEPENDS with the new USES=llvm infrastructure.
-rw-r--r--security/heimdal-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal-devel/Makefile b/security/heimdal-devel/Makefile
index f61b2a7130e7..bb2424089f8b 100644
--- a/security/heimdal-devel/Makefile
+++ b/security/heimdal-devel/Makefile
@@ -25,8 +25,8 @@ USE_LDCONFIG= ${GSSAPILIBDIR}
# Needs clang-format which is only provided by the port.
# Else asm1_fails resulting in a command not found error.
-BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
- p5-JSON>0:converters/p5-JSON
+USES+= llvm
+BUILD_DEPENDS= p5-JSON>0:converters/p5-JSON
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_fnmatch_h=yes \