diff options
-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 |