git: 0c13bd61e46c - main - games/solarus: drop noop LUAJIT_LIB_DEPENDS for powerpc64*

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 07 Aug 2023 06:26:16 UTC
The branch main has been updated by pkubaj:

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

commit 0c13bd61e46cab188dceeab2bc6e39134bc37cfb
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-07 06:25:55 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-07 06:25:55 +0000

    games/solarus: drop noop LUAJIT_LIB_DEPENDS for powerpc64*
---
 games/solarus/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/games/solarus/Makefile b/games/solarus/Makefile
index c4725a307a60..88534c01e0e3 100644
--- a/games/solarus/Makefile
+++ b/games/solarus/Makefile
@@ -43,10 +43,4 @@ LUAJIT_USES_OFF=	lua:51
 
 CMAKE_ARGS+=	-DSOLARUS_MANUAL_INSTALL_DESTINATION:STRING="man"
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH:Mpowerpc64*}
-LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openresty
-.endif
-
 .include <bsd.port.mk>