aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-07 06:25:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-07 06:25:55 +0000
commit0c13bd61e46cab188dceeab2bc6e39134bc37cfb (patch)
tree76ce2600fd9773e88573d74fdc22834f2ac5d1d4
parent5031295c4b6102a494ece165a473a416e9f9ab5d (diff)
downloadports-0c13bd61e46cab188dceeab2bc6e39134bc37cfb.tar.gz
ports-0c13bd61e46cab188dceeab2bc6e39134bc37cfb.zip
games/solarus: drop noop LUAJIT_LIB_DEPENDS for powerpc64*
-rw-r--r--games/solarus/Makefile6
1 files changed, 0 insertions, 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>