diff options
Diffstat (limited to 'graphics/gnash/Makefile')
-rw-r--r-- | graphics/gnash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index f6cc0119e882..bdbe81a80b30 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --disable-cygnal # NLS option processing (not sure if --disable-nls actually has any effect) .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |