aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2024-04-16 19:12:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2024-04-17 01:02:47 +0000
commitecd0468804ff0ee9aeeaddf5d33d4a564f89fca1 (patch)
tree09bdd9a68b6a7a5f40349daa4f224e3ddc407a5f
parent6a7dc96ed599196cfded155a22d515db347db3ae (diff)
games/powder-toy*: switch to default luajit
PR: 275551 Submitted by: nimaje+fbz@bureaucracy.de
-rw-r--r--games/powder-toy-devel/Makefile3
-rw-r--r--games/powder-toy/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/games/powder-toy-devel/Makefile b/games/powder-toy-devel/Makefile
index 9235bae6be47..54d6a034009c 100644
--- a/games/powder-toy-devel/Makefile
+++ b/games/powder-toy-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= powder-toy
DISTVERSION= snapshot-361
+PORTREVISION= 1
CATEGORIES= games
PKGNAMESUFFIX= -devel
@@ -17,7 +18,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libpng.so:graphics/png \
libjsoncpp.so:devel/jsoncpp
-USES= compiler:c++17-lang desktop-file-utils luajit:luajit-openresty \
+USES= compiler:c++17-lang desktop-file-utils luajit \
meson pkgconfig python:build sdl
USE_GITHUB= yes
GH_ACCOUNT= The-Powder-Toy
diff --git a/games/powder-toy/Makefile b/games/powder-toy/Makefile
index 62549c6dff0e..d44196760f40 100644
--- a/games/powder-toy/Makefile
+++ b/games/powder-toy/Makefile
@@ -1,6 +1,7 @@
PORTNAME= powder-toy
DISTVERSIONPREFIX= v
DISTVERSION= 98.2.365
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
@@ -17,7 +18,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libpng.so:graphics/png \
libjsoncpp.so:devel/jsoncpp
-USES= compiler:c++17-lang desktop-file-utils luajit:luajit-openresty \
+USES= compiler:c++17-lang desktop-file-utils luajit \
meson pkgconfig python:build sdl
USE_GITHUB= yes
GH_ACCOUNT= The-Powder-Toy