aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-11-24 21:23:53 +0000
committerCy Schubert <cy@FreeBSD.org>2022-12-05 20:06:15 +0000
commitc4a04da5be275e110b187e63e34038bc9bb77ec8 (patch)
treec6390693d53672c95c7849993719951d2744b5b6
parent6fecfd8831794f809b1c1c87a9621104ee3f6599 (diff)
downloadports-c4a04da5be275e110b187e63e34038bc9bb77ec8.tar.gz
ports-c4a04da5be275e110b187e63e34038bc9bb77ec8.zip
security/heimdal: Remove LLVM_DEFAULT artifact
Remove an artifact from 22a683a337ef. PR: 267814 Fixes: 22a683a337ef (cherry picked from commit 67fc2c392f1efc669521939b5003e47786807a6c)
-rw-r--r--security/heimdal/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index dc32a73987be..adbb67229a1f 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -41,8 +41,7 @@ CONFIGURE_ARGS= --with-berkeley-db \
--enable-pthread-support \
--with-readline="${LOCALBASE}" \
--with-hdbdir="/var/${PORTNAME}" \
- --sysconfdir="${PREFIX}/etc" \
- CLANG_FORMAT="${LOCALBASE}/bin/clang-format${LLVM_DEFAULT}"
+ --sysconfdir="${PREFIX}/etc"
# XXX --with-readline picks up libreadline even if found in /usr/lib.
MAKE_ENV= INSTALL_CATPAGES=no
INSTALL_TARGET= install-strip