git: 07fe3d738b39 - main - devel/rust-bindgen-cli: unbreak build after 4df0e66a3662

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 13 Sep 2023 15:02:58 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07fe3d738b39c6f81747beabf8353e0056a6e211

commit 07fe3d738b39c6f81747beabf8353e0056a6e211
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-13 15:01:25 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-13 15:02:27 +0000

    devel/rust-bindgen-cli: unbreak build after 4df0e66a3662
    
    /usr/ports/Mk/Scripts/rust-compat11-canary.sh: /usr/local/llvm15/bin/clang: not found
---
 devel/rust-bindgen-cli/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/rust-bindgen-cli/Makefile b/devel/rust-bindgen-cli/Makefile
index ae20bd7e20da..3462536facd0 100644
--- a/devel/rust-bindgen-cli/Makefile
+++ b/devel/rust-bindgen-cli/Makefile
@@ -14,7 +14,7 @@ WWW=		https://github.com/rust-lang/rust-bindgen
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cargo llvm:run
+USES=		cargo llvm:run,noexport
 PLIST_FILES=	bin/${PORTNAME:S/-cli//}
 
 post-patch: