diff options
Diffstat (limited to 'games/bombherman/Makefile')
-rw-r--r-- | games/bombherman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile index 968909c98a78..542a8af0b88b 100644 --- a/games/bombherman/Makefile +++ b/games/bombherman/Makefile @@ -51,7 +51,7 @@ PORTSCOUT= ignore:1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |