aboutsummaryrefslogtreecommitdiffstats
path: root/games/wesnoth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r--games/wesnoth/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 16943dd39fab..d64caf7b4631 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -55,7 +55,6 @@ OPTIONS= BWMON "Enable bandwidth monitoring for server" Off \
EDITOR "Enable map editor" On \
FRIBIDI "Enable bidirectional support" On \
LOWMEM "Reduce memory usage (disables animations)" Off \
- NLS "Enable localization" On \
NOTIFY "Enable desktop notifications" On \
POOLALLOC "Use wesnoth own memory allocator" Off \
PYTHON "Enable python developer tools" On \
@@ -195,10 +194,6 @@ PLIST_SUB+= TOOLS=""
CONFIGURE_ARGS+= --docdir=${WRKDIR}/docs
.endif
-.if (defined(WITH_CAMPAIGN) || defined(WITH_SERVER) || defined(WITH_TOOLS)) && defined(WITHOUT_NLS)
-BROKEN= you need NLS support for `campaignd' or `wesnothd' or tools to link against gettext
-.endif
-
.if defined(NOPORTDATA)
IGNORE= game data is required, undefine NOPORTDATA
.endif