git: 9556dfba68b9 - main - devel/hyprlang: drop redundant assignment after e4e07338f4f9

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 00:50:37 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9556dfba68b9a0a53963416304253b13ccc08b3f

commit 9556dfba68b9a0a53963416304253b13ccc08b3f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-23 17:51:51 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-24 00:46:53 +0000

    devel/hyprlang: drop redundant assignment after e4e07338f4f9
    
    Copy-paste leftover from a port which doesn't define USES=cmake.
---
 devel/hyprlang/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile
index bab3cd4c5d13..ed7c9140f7dd 100644
--- a/devel/hyprlang/Makefile
+++ b/devel/hyprlang/Makefile
@@ -31,7 +31,6 @@ CXXFLAGS+=	-fexperimental-library
 USES+=		llvm:min=16,build,export
 PATH:=		${LLVM_PREFIX}/bin:${PATH} # XXX _CMAKE_TOOLCHAIN_SUFFIX vs. devel/llvm*
 CONFIGURE_ENV+=	CC="${CC}" CXX="${CXX}" CPP="${CPP}"
-CMAKE_BIN=	${LOCALBASE}/bin/cmake
 
 # XXX Move into separate port and standardize via USES
 GH_TUPLE+=	llvm:llvm-project:llvmorg-16.0.1:libcxx