aboutsummaryrefslogtreecommitdiff
path: root/games/taisei
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-03 08:54:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-11-03 09:00:13 +0000
commit0e99e1d911a18a58d5b660ea0a2c2dfc0cca91de (patch)
treed0ea6b3b600c6d6a823f45cd77793b0de970b991 /games/taisei
parent5e91225d657b464d82f6c1149821086e1170fd2e (diff)
downloadports-0e99e1d911a18a58d5b660ea0a2c2dfc0cca91de.tar.gz
ports-0e99e1d911a18a58d5b660ea0a2c2dfc0cca91de.zip
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
Diffstat (limited to 'games/taisei')
-rw-r--r--games/taisei/Makefile2
1 files changed, 1 insertions, 1 deletions
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= *