Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 06:26:16 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c13bd61e46c - main - games/solarus: drop noop LUAJIT_LIB_DEPENDS for powerpc64*
Message-ID:  <202308070626.3776QGBI027461@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308070626.3776QGBI027461>