From 8ee44b2a075ac4c0116255daa99ba7b38de0fedd Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 16 Oct 2022 19:13:57 -0600 Subject: [PATCH] games/powder-toy: Restrict luajit to -openresty --- games/powder-toy/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/powder-toy/Makefile b/games/powder-toy/Makefile index 83404aceaedb..d03b40fe86e8 100644 --- a/games/powder-toy/Makefile +++ b/games/powder-toy/Makefile @@ -1,7 +1,7 @@ PORTNAME= powder-toy PORTVERSION= 96.2.350 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -20,7 +20,8 @@ USE_GITHUB= yes GH_ACCOUNT= The-Powder-Toy GH_PROJECT= The-Powder-Toy -USES= compiler:c++11-lang luajit meson pkgconfig python:build sdl +USES= compiler:c++11-lang luajit:luajit-openresty meson pkgconfig \ + python:build sdl USE_SDL= sdl2 PORTDOCS= README.md changelog.txt