diff options
Diffstat (limited to 'games/glightoff/Makefile')
-rw-r--r-- | games/glightoff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glightoff/Makefile b/games/glightoff/Makefile index 6a9594f6acd5..68f6e64e6234 100644 --- a/games/glightoff/Makefile +++ b/games/glightoff/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " |