diff options
Diffstat (limited to 'games/fgrun/Makefile')
-rw-r--r-- | games/fgrun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index 12b8e5dd33b3..3c7c57ba248a 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -30,7 +30,7 @@ USE_GL= gl PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif |