diff options
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 9ae9edcf73cb..ea2b984925f9 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --without-aspell --without-pspell CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif |