svn commit: r562138 - head/games/openrct2

Antoine Brodin antoine at FreeBSD.org
Wed Jan 20 14:18:47 UTC 2021


Author: antoine
Date: Wed Jan 20 14:18:46 2021
New Revision: 562138
URL: https://svnweb.freebsd.org/changeset/ports/562138

Log:
  Fix LIB_DEPENDS

Modified:
  head/games/openrct2/Makefile

Modified: head/games/openrct2/Makefile
==============================================================================
--- head/games/openrct2/Makefile	Wed Jan 20 14:18:20 2021	(r562137)
+++ head/games/openrct2/Makefile	Wed Jan 20 14:18:46 2021	(r562138)
@@ -4,7 +4,7 @@
 PORTNAME=	openrct2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj at 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 \


More information about the svn-ports-all mailing list