git: 0e99e1d911a1 - main - games/taisei: drop unused Meson options after b5aa1e879ce9

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 03 Nov 2021 09:02:10 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e99e1d911a18a58d5b660ea0a2c2dfc0cca91de

commit 0e99e1d911a18a58d5b660ea0a2c2dfc0cca91de
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-03 08:54:25 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-03 09:00:13 +0000

    games/taisei: drop unused Meson options after b5aa1e879ce9
    
    meson.build:1:0: ERROR: Unknown options: "OPENSSLINC"
    
    PR:             259080
    Reported by:    antoine (via exp-run)
    Regressed by:   https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
---
 games/taisei/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/taisei/Makefile b/games/taisei/Makefile
index a58b24f83885..32b0b06528ac 100644
--- a/games/taisei/Makefile
+++ b/games/taisei/Makefile
@@ -27,7 +27,7 @@ USES=		compiler:c11 desktop-file-utils meson pkgconfig \
 SHEBANG_FILES=	scripts/*.py
 MESON_ARGS=	-Dversion_fallback=${PORTVERSION} -Db_lto=false
 MESON_ARGS+=	--wrap-mode=nofallback
-MESON_ARGS+=	-DOPENSSLLIB="${OPENSSLLIB}" -DOPENSSLINC="${OPENSSLINC}"
+MESON_ARGS+=	-DOPENSSLLIB="${OPENSSLLIB}"
 USE_SDL=	sdl2 ttf2 mixer2
 
 PORTDOCS=	*