aboutsummaryrefslogtreecommitdiffstats
path: root/games/openrct2/Makefile
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-03-24 05:54:15 +0800
committeryuri <yuri@FreeBSD.org>2018-03-24 05:54:15 +0800
commite3e9b0ea20c103f72e1d680029b1d34d471fcce0 (patch)
tree48d462e532b464db21eb8f5afb4a36597a79326a /games/openrct2/Makefile
parent3287329097c513903b074fb799045c2f9468e7fb (diff)
downloadfreebsd-ports-gnome-e3e9b0ea20c103f72e1d680029b1d34d471fcce0.tar.gz
freebsd-ports-gnome-e3e9b0ea20c103f72e1d680029b1d34d471fcce0.tar.zst
freebsd-ports-gnome-e3e9b0ea20c103f72e1d680029b1d34d471fcce0.zip
games/openrct2: Replace static lib with shared lib
Approved by: portmgr blanket
Diffstat (limited to 'games/openrct2/Makefile')
-rw-r--r--games/openrct2/Makefile4
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