diff options
author | Philip Paeps <philip@FreeBSD.org> | 2007-06-03 17:03:22 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2007-06-03 17:03:22 +0000 |
commit | a603507ac4566ee8fed313c3b1a428b73612985d (patch) | |
tree | 2c84e197e3541dcf918df4a6b5dac3b0110b4ea4 /games/wesnoth | |
parent | Fix build when lvga256 or vgalib is enabled. (diff) |
Add two forgotten manpages before pointyhat notices. ;-)
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |