diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2024-03-28 18:25:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2024-04-03 11:42:20 +0000 |
commit | 3377fdc37e5b771b90ab6ca7808b455967858ba4 (patch) | |
tree | 3513ee6d78bd844f4d932cb9c2de46ddcfe637ee /games/powder-toy/Makefile | |
parent | 2a4c1ecfd9ce23a68c51f3bc16bf078778805b3f (diff) | |
download | ports-3377fdc37e5b771b90ab6ca7808b455967858ba4.tar.gz ports-3377fdc37e5b771b90ab6ca7808b455967858ba4.zip |
games/powder-toy: update 97.0.352 → 98.0.363
Diffstat (limited to 'games/powder-toy/Makefile')
-rw-r--r-- | games/powder-toy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/powder-toy/Makefile b/games/powder-toy/Makefile index 9b56dc04ff6d..b1c2ffc9d3d1 100644 --- a/games/powder-toy/Makefile +++ b/games/powder-toy/Makefile @@ -1,7 +1,6 @@ PORTNAME= powder-toy DISTVERSIONPREFIX= v -DISTVERSION= 97.0.352 -PORTREVISION= 1 +DISTVERSION= 98.0.363 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -25,6 +24,7 @@ GH_ACCOUNT= The-Powder-Toy GH_PROJECT= The-Powder-Toy USE_SDL= sdl2 MESON_ARGS= -Dapp_exe="${PORTNAME}" +CXXFLAGS_i386= -msse CONFLICTS_INSTALL=powder-toy-devel |