git: 140a5bc04678 - main - games/jaggedalliance2: Fix Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jan 2024 20:49:07 UTC
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