diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-30 05:39:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-30 05:39:30 +0000 |
commit | 9be1eb18f2a7133ba9bf97d948845bb8974e3155 (patch) | |
tree | 7a180c4b62c6833d5fa13283f43213ca3bc89fca /textproc/aspell | |
parent | e98cf530f79334c96a437923ccdd818dd54c5d7f (diff) | |
download | ports-9be1eb18f2a7133ba9bf97d948845bb8974e3155.tar.gz ports-9be1eb18f2a7133ba9bf97d948845bb8974e3155.zip |
Notes
Diffstat (limited to 'textproc/aspell')
-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 |