git: 8ee44b2a075a - main - games/powder-toy: Restrict luajit to -openresty
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Oct 2022 01:14:02 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ee44b2a075ac4c0116255daa99ba7b38de0fedd commit 8ee44b2a075ac4c0116255daa99ba7b38de0fedd Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-10-17 01:13:57 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-10-17 01:13:57 +0000 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