Date: Sun, 14 Jan 2024 20:49:07 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 140a5bc04678 - main - games/jaggedalliance2: Fix Makefile Message-ID: <202401142049.40EKn79i024736@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=140a5bc046784ea1c88207b76297653a9f28983f commit 140a5bc046784ea1c88207b76297653a9f28983f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-14 20:47:45 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-14 20:47:48 +0000 games/jaggedalliance2: Fix Makefile Don't mix tabs and spaces Approved by: portmgr (blanket) --- games/jaggedalliance2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 733ba2dc10d6..9357f20f0a18 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -190,9 +190,9 @@ CARGO_TEST= no MAKE_ENV= ${CARGO_ENV:NCARGO_TARGET_DIR=*} LDFLAGS+= -Wl,--as-needed -CMAKE_OFF= LOCAL_LUA_LIB \ +CMAKE_OFF= LOCAL_LUA_LIB \ LOCAL_MAGICENUM_LIB \ - LOCAL_MINIAUDIO_LIB \ + LOCAL_MINIAUDIO_LIB \ LOCAL_SOL_LIB \ LOCAL_STRING_THEORY_LIB \ WITH_UNITTESTS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401142049.40EKn79i024736>