summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/mecab-ipadic/Makefile6
-rw-r--r--textproc/mecab-jumandic/Makefile6
2 files changed, 10 insertions, 2 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"
diff --git a/textproc/mecab-jumandic/Makefile b/textproc/mecab-jumandic/Makefile
index c1eb0a8a9bf..835bbd01948 100644
--- a/textproc/mecab-jumandic/Makefile
+++ b/textproc/mecab-jumandic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/02/12 14:18:39 obache Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/10 16:43:58 obache Exp $
#
.include "../../textproc/mecab/Makefile.common"
@@ -12,6 +12,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q}
+
+BUILD_DEFS+= MECAB_CHARSET
+
UNLIMIT_RESOURCES= datasize
.include "../../textproc/mecab-base/buildlink3.mk"