diff options
author | obache <obache@pkgsrc.org> | 2012-02-29 09:10:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-29 09:10:06 +0000 |
commit | d8ec0881afa99ecf1af902ef594fa2efab634207 (patch) | |
tree | 8928c513477aadcd5b0a54318bc387009d9bb9fe /textproc/mecab-ipadic | |
parent | 60834e9d7b66f9ba8b1f2096fa81c9e5ffde48be (diff) | |
download | pkgsrc-d8ec0881afa99ecf1af902ef594fa2efab634207.tar.gz |
No need to buildlink with mecab-base, just BUILD_DEPENDS is sufficient.
Bump PKGREVISION.
Diffstat (limited to 'textproc/mecab-ipadic')
-rw-r--r-- | textproc/mecab-ipadic/Makefile | 10 |
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" |