diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-20 22:18:46 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-20 22:18:46 +0800 |
commit | 9029c2be058c7a92cc45da2d9c1823ec35b236a2 (patch) | |
tree | 324171bce1414b6699794f13c73ff64597fb4b93 /games | |
parent | 79ec9a953c6216f503fab96ac7d1a1052cfd5e0b (diff) | |
download | freebsd-ports-gnome-9029c2be058c7a92cc45da2d9c1823ec35b236a2.tar.gz freebsd-ports-gnome-9029c2be058c7a92cc45da2d9c1823ec35b236a2.tar.zst freebsd-ports-gnome-9029c2be058c7a92cc45da2d9c1823ec35b236a2.zip |
Fix LIB_DEPENDS
Diffstat (limited to 'games')
-rw-r--r-- | games/openrct2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index e0739ab571b5..b5c3acbd9b52 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -4,7 +4,7 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org @@ -24,7 +24,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ libicuuc.so:devel/icu \ - libbenchmark.so:devel/grpc \ + libbenchmark.so:devel/benchmark \ libduktape.so:lang/duktape-lib USES= cmake compiler:c++17-lang desktop-file-utils gnome gl iconv \ |