diff options
Diffstat (limited to 'ftp/weex')
-rw-r--r-- | ftp/weex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile index 5dcd6371be9c..23e5000ec106 100644 --- a/ftp/weex/Makefile +++ b/ftp/weex/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls |