Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2022 01:14:02 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ee44b2a075a - main - games/powder-toy: Restrict luajit to -openresty
Message-ID:  <202210170114.29H1E20q034312@gitrepo.freebsd.org>

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



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