pkgsrc/textproc/mecab-jumandic/Makefile
riastradh 8560be0ed3 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
2023-06-06 12:40:15 +00:00

25 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.8 2023/06/06 12:42:25 riastradh Exp $
#
.include "../../textproc/mecab/Makefile.common"
DISTNAME= mecab-jumandic-5.1-20070304
PKGNAME= mecab-jumandic-5.1.20070304
PKGREVISION= 1
COMMENT= Japanese Morphological Dictionary for MeCab
LICENSE= modified-bsd
TOOL_DEPENDS+= mecab-base-[0-9]*:../../textproc/mecab-base
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q}
BUILD_DEFS+= MECAB_CHARSET
UNLIMIT_RESOURCES= datasize
CONFIGURE_ARGS+= --with-mecab-config=${LOCALBASE}/bin/mecab-config
.include "../../mk/bsd.pkg.mk"