diff options
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r-- | print/texinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 300455cfed69..5b892486ad8b 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -40,7 +40,7 @@ PLIST_SUB= TEXMF=${TEXMF} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |