diff options
Diffstat (limited to 'games/openrct2/Makefile')
-rw-r--r-- | games/openrct2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index d3930514947a..c3d2af1f4797 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -4,6 +4,7 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@anongoth.pl @@ -32,7 +33,8 @@ SUB_FILES= pkg-message SUB_LIST= DISTVERSIONPREFIX=${DISTVERSIONPREFIX} \ DISTVERSION=${DISTVERSION} \ PORTNAME=${PORTNAME} -CMAKE_ARGS= -DDOWNLOAD_TITLE_SEQUENCES=OFF +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= DOWNLOAD_TITLE_SEQUENCES OPTIONS_DEFINE= DOCS PORTDOCS= changelog.txt contributors.md licence.txt readme.txt |