diff options
-rw-r--r-- | games/wesnoth-devel/Makefile | 2 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 095fbcc4eecb..3872d0bd3160 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN6= wesnoth.6 -MANLANG= "" cs de en_GB fr ja nl pt_BR sk sv +MANLANG= "" cs de en_GB fr it ja nl pt_BR ru sk sv .if defined(WITH_CAMPAIGN) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --enable-campaign-server diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 095fbcc4eecb..3872d0bd3160 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN6= wesnoth.6 -MANLANG= "" cs de en_GB fr ja nl pt_BR sk sv +MANLANG= "" cs de en_GB fr it ja nl pt_BR ru sk sv .if defined(WITH_CAMPAIGN) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --enable-campaign-server |