diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2024-04-16 19:12:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2024-04-17 01:02:47 +0000 |
commit | ecd0468804ff0ee9aeeaddf5d33d4a564f89fca1 (patch) | |
tree | 09bdd9a68b6a7a5f40349daa4f224e3ddc407a5f /games/powder-toy/Makefile | |
parent | 6a7dc96ed599196cfded155a22d515db347db3ae (diff) | |
download | ports-ecd0468804ff0ee9aeeaddf5d33d4a564f89fca1.tar.gz ports-ecd0468804ff0ee9aeeaddf5d33d4a564f89fca1.zip |
games/powder-toy*: switch to default luajit
PR: 275551
Submitted by: nimaje+fbz@bureaucracy.de
Diffstat (limited to 'games/powder-toy/Makefile')
-rw-r--r-- | games/powder-toy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |