diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-11-16 09:40:47 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-11-16 09:40:47 +0000 |
commit | 726af93559e65f499e46cff2171589ba9ffcc137 (patch) | |
tree | 952e28c4d423978a6fac96bfc59cf339e210f239 /games/corsix-th | |
parent | e797dabf08d8d4dd81e14e579086e4e0e94612af (diff) | |
download | ports-726af93559e65f499e46cff2171589ba9ffcc137.tar.gz ports-726af93559e65f499e46cff2171589ba9ffcc137.zip |
Disable MOVIES option by deafult due to core dumps.
PR: 204482
Submitted by: Ben Lavery <ben.lavery at hashbang0.com>
Notes
Notes:
svn path=/head/; revision=401757
Diffstat (limited to 'games/corsix-th')
-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 |