diff options
Diffstat (limited to 'textproc')
-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 92ea6f93c992..c0c48d23dcbc 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS} ${PTHREAD_LIBS}" USE_GMAKE= yes USE_ICONV= yes +USE_GETTEXT= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes @@ -48,7 +49,6 @@ PLIST_SUB+= SCRIPTS="@comment " CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif |