diff options
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 50aeb4137667..275fc0fae7ec 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -36,7 +36,7 @@ SUB_LIST= VERINST=${VERINST} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |