git: 09c8b6c737f2 - main - games/powder-toy: Use USES=luajit (defaults to luajit-devel)
Date: Sat, 15 Oct 2022 01:20:50 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=09c8b6c737f22b47d344d360761d0539a81021e2 commit 09c8b6c737f22b47d344d360761d0539a81021e2 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-10-15 01:20:44 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-10-15 01:20:44 +0000 games/powder-toy: Use USES=luajit (defaults to luajit-devel) --- games/powder-toy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/powder-toy/Makefile b/games/powder-toy/Makefile index 9f3669ed3c41..83404aceaedb 100644 --- a/games/powder-toy/Makefile +++ b/games/powder-toy/Makefile @@ -1,6 +1,7 @@ PORTNAME= powder-toy PORTVERSION= 96.2.350 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -13,14 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libfftw3.so:math/fftw3 \ - libluajit-5.1.so:lang/luajit-openresty \ libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= The-Powder-Toy GH_PROJECT= The-Powder-Toy -USES= compiler:c++11-lang meson pkgconfig python:build sdl +USES= compiler:c++11-lang luajit meson pkgconfig python:build sdl USE_SDL= sdl2 PORTDOCS= README.md changelog.txt