diff options
Diffstat (limited to 'games/openrct2/Makefile')
-rw-r--r-- | games/openrct2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index 8ea563c724ae..c4cbc9de723d 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -1,9 +1,9 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v -DISTVERSION= 0.4.25 +DISTVERSION= 0.4.27 CATEGORIES= games -MASTER_SITES= https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.14/:sequence \ - https://github.com/OpenRCT2/objects/releases/download/v1.7.2/:object \ +MASTER_SITES= https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.26/:sequence \ + https://github.com/OpenRCT2/objects/releases/download/v1.7.3/:object \ https://github.com/OpenRCT2/OpenMusic/releases/download/v1.6.1/:openmsx \ https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.6/:opensfx DISTFILES= title-sequences.zip:sequence \ @@ -32,7 +32,8 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libicuuc.so:devel/icu \ libbenchmark.so:devel/benchmark \ - libogg.so:audio/libogg + libogg.so:audio/libogg \ + libzstd.so:archivers/zstd USES= cmake compiler:c++17-lang desktop-file-utils gl \ localbase:ldflags pkgconfig sdl shared-mime-info ssl |