summaryrefslogtreecommitdiff
path: root/textproc/cabocha/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-24 06:37:31 +0000
committerobache <obache@pkgsrc.org>2014-02-24 06:37:31 +0000
commit4cb8f5b9905cf737ab4d84e147204e84631bfd7b (patch)
treead5fb1d33e4a1a543e660768b7cbeb5dbe66ff18 /textproc/cabocha/Makefile
parent0659f8d7621cdf165e78d2e6cf187ce1990a65ef (diff)
downloadpkgsrc-4cb8f5b9905cf737ab4d84e147204e84631bfd7b.tar.gz
Remove deprecated tournament model, it reduce much memory to create binary model.
Bump PKGREVISION.
Diffstat (limited to 'textproc/cabocha/Makefile')
-rw-r--r--textproc/cabocha/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/cabocha/Makefile b/textproc/cabocha/Makefile
index a9023466045..bebf9efd797 100644
--- a/textproc/cabocha/Makefile
+++ b/textproc/cabocha/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2014/02/24 06:23:01 obache Exp $
+# $NetBSD: Makefile,v 1.6 2014/02/24 06:37:31 obache Exp $
#
.include "Makefile.common"
+PKGREVISION= 1
+
COMMENT= Yet another Japanese Dependency Structure Analyzer
NO_BIN_ON_FTP= ${RESTRICTED}
@@ -21,6 +23,10 @@ CONF_FILES= share/examples/cabocharc ${PKG_SYSCONFDIR}/cabocharc
TEST_TARGET= check
+# remove deprecated tournament model, reduce much memmory.
+post-extract:
+ ${RM} -f ${WRKSRC}/model/*-tournament.*.txt
+
BUILDLINK_API_DEPENDS.crfpp+= CRF++>=0.55
.include "../../textproc/CRF++/buildlink3.mk"
BUILDLINK_API_DEPENDS.mecab+= mecab>=0.993