summaryrefslogtreecommitdiff
path: root/textproc/mecab-ipadic/Makefile
diff options
context:
space:
mode:
authorobache <obache>2012-02-29 09:10:06 +0000
committerobache <obache>2012-02-29 09:10:06 +0000
commit55a99b95e15ba1edb6a19e7626bf04b917f07666 (patch)
tree8928c513477aadcd5b0a54318bc387009d9bb9fe /textproc/mecab-ipadic/Makefile
parent9df686204128438e41a7ecd0d6b53789d69c4edb (diff)
downloadpkgsrc-55a99b95e15ba1edb6a19e7626bf04b917f07666.tar.gz
No need to buildlink with mecab-base, just BUILD_DEPENDS is sufficient.
Bump PKGREVISION.
Diffstat (limited to 'textproc/mecab-ipadic/Makefile')
-rw-r--r--textproc/mecab-ipadic/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/mecab-ipadic/Makefile b/textproc/mecab-ipadic/Makefile
index 6ae4036521d..f045e84df14 100644
--- a/textproc/mecab-ipadic/Makefile
+++ b/textproc/mecab-ipadic/Makefile
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2010/05/16 01:11:46 obache Exp $
+# $NetBSD: Makefile,v 1.6 2012/02/29 09:10:06 obache Exp $
#
.include "../../textproc/mecab/Makefile.common"
DISTNAME= mecab-ipadic-2.7.0-20070610
PKGNAME= mecab-ipadic-2.7.0.20070610
+PKGREVISION= 1
COMMENT= Japanese Morphological Dictionary for MeCab
#LICENSE= # See ${WRKSRC}/COPYING
+BUILD_DEPENDS+= mecab-base-[0-9]*:../../textproc/mecab-base
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
@@ -17,5 +20,8 @@ CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q}
BUILD_DEFS+= MECAB_CHARSET
-.include "../../textproc/mecab-base/buildlink3.mk"
+FIND_PREFIX:= MECABDIR=mecab-base
+.include "../../mk/find-prefix.mk"
+CONFIGURE_ARGS+= --with-mecab-config=${MECABDIR}/bin/mecab-config
+
.include "../../mk/bsd.pkg.mk"