diff options
Diffstat (limited to 'games/jaggedalliance2/Makefile')
-rw-r--r-- | games/jaggedalliance2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 3e8586a54f42..77ab943e71ea 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ja2 -PORTVERSION= 0.12 +PORTVERSION= 0.12.1 CATEGORIES= games MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \ http://tron.homeunix.org/ja2/ @@ -35,7 +35,8 @@ OPTIONS= DUTCH "Compile for Dutch version (choose ONE)" Off \ GERMAN "Compile for German version (choose ONE)" Off \ ITALIAN "Compile for Italian version (choose ONE)" Off \ POLISH "Compile for Polish version (choose ONE)" Off \ - RUSSIAN "Compile for Russian version (choose ONE)" Off + RUSSIAN "Compile for Russian version (choose ONE)" Off \ + RUSSIAN_GOLD "Compile for Russian Gold version (choose ONE)" Off .include <bsd.port.pre.mk> @@ -53,6 +54,8 @@ MAKE_ARGS+= LNG=ITALIAN MAKE_ARGS+= LNG=POLISH .elifdef WITH_RUSSIAN MAKE_ARGS+= LNG=RUSSIAN +.elifdef WITH_RUSSIAN_GOLD +MAKE_ARGS+= LNG=RUSSIAN_GOLD .else IGNORE= no language has been chosen. Please choose the appropriate language for your game CD .endif |