diff options
author | obache <obache@pkgsrc.org> | 2008-04-10 16:43:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-10 16:43:58 +0000 |
commit | c65cc3594009e1198e21af87d4a2ebcebb03fb26 (patch) | |
tree | aaec7f65239b6db542f708d31d900c4d19e697b0 /textproc/mecab-ipadic | |
parent | a8a4bb229601143d3b60d180ebc342dfb9fb2016 (diff) | |
download | pkgsrc-c65cc3594009e1198e21af87d4a2ebcebb03fb26.tar.gz |
Introduce variable MECAB_CHARSET for default charset of MeCab.
close PR 38040.
Diffstat (limited to 'textproc/mecab-ipadic')
-rw-r--r-- | textproc/mecab-ipadic/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/mecab-ipadic/Makefile b/textproc/mecab-ipadic/Makefile index f88853c55ad..57c1971d0cb 100644 --- a/textproc/mecab-ipadic/Makefile +++ b/textproc/mecab-ipadic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/02/04 04:58:53 obache Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/10 16:43:58 obache Exp $ # .include "../../textproc/mecab/Makefile.common" @@ -12,5 +12,9 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q} + +BUILD_DEFS+= MECAB_CHARSET + .include "../../textproc/mecab-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |