diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-30 13:39:30 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-30 13:39:30 +0800 |
commit | 6f819bdf052d627d9427564a7b9e07ae472d4988 (patch) | |
tree | d95440ca5d7b8258b50e8ac2726d1858da6e0f9f /textproc | |
parent | 32cc7265e8b6a144f052927be1271f38695dd908 (diff) | |
download | freebsd-ports-gnome-6f819bdf052d627d9427564a7b9e07ae472d4988.tar.gz freebsd-ports-gnome-6f819bdf052d627d9427564a7b9e07ae472d4988.tar.zst freebsd-ports-gnome-6f819bdf052d627d9427564a7b9e07ae472d4988.zip |
Always USE_GETTEXT, even WITHOUT_NLS.
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 |