diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-11-16 17:40:47 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-11-16 17:40:47 +0800 |
commit | 4e00527a3cd50e3115707c9d4f8fcc30a4159112 (patch) | |
tree | 952e28c4d423978a6fac96bfc59cf339e210f239 /games | |
parent | e69340fb3da62fe73558e15927b9dfd97a5129ff (diff) | |
download | freebsd-ports-gnome-4e00527a3cd50e3115707c9d4f8fcc30a4159112.tar.gz freebsd-ports-gnome-4e00527a3cd50e3115707c9d4f8fcc30a4159112.tar.zst freebsd-ports-gnome-4e00527a3cd50e3115707c9d4f8fcc30a4159112.zip |
Disable MOVIES option by deafult due to core dumps.
PR: 204482
Submitted by: Ben Lavery <ben.lavery at hashbang0.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/corsix-th/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index bb57a85d8351..91f36f5f0e18 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -3,6 +3,7 @@ PORTNAME= corsixth PORTVERSION= 0.50 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games @@ -27,7 +28,7 @@ GH_ACCOUNT= CorsixTH GH_PROJECT= CorsixTH OPTIONS_DEFINE= MOVIES -OPTIONS_DEFAULT= MOVIES +#OPTIONS_DEFAULT= MOVIES MOVIES_DESC= Play in-game movies MOVIES_CMAKE_ON= -DWITH_MOVIES=ON |