diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-24 05:54:15 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-24 05:54:15 +0800 |
commit | e3e9b0ea20c103f72e1d680029b1d34d471fcce0 (patch) | |
tree | 48d462e532b464db21eb8f5afb4a36597a79326a /games/openrct2 | |
parent | 3287329097c513903b074fb799045c2f9468e7fb (diff) | |
download | freebsd-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')
-rw-r--r-- | games/openrct2/Makefile | 4 | ||||
-rw-r--r-- | games/openrct2/pkg-plist | 2 |
2 files changed, 4 insertions, 2 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 diff --git a/games/openrct2/pkg-plist b/games/openrct2/pkg-plist index 509ff2f45150..28129d607e44 100644 --- a/games/openrct2/pkg-plist +++ b/games/openrct2/pkg-plist @@ -1,6 +1,6 @@ bin/openrct2 bin/openrct2-cli -lib/libopenrct2.a +lib/libopenrct2.so man/man6/openrct2.6.gz share/applications/openrct2-savegame.desktop share/applications/openrct2-scenario.desktop |