summaryrefslogtreecommitdiff
path: root/textproc/mecab-jumandic
diff options
context:
space:
mode:
authorobache <obache>2012-02-29 09:10:06 +0000
committerobache <obache>2012-02-29 09:10:06 +0000
commitebb0c96e78c6c71e4efe8f1d63bd06cbd5b4cd27 (patch)
tree8928c513477aadcd5b0a54318bc387009d9bb9fe /textproc/mecab-jumandic
parentd267606cce496207e83ddbb754218863eae482d9 (diff)
downloadpkgsrc-ebb0c96e78c6c71e4efe8f1d63bd06cbd5b4cd27.tar.gz
No need to buildlink with mecab-base, just BUILD_DEPENDS is sufficient.
Bump PKGREVISION.
Diffstat (limited to 'textproc/mecab-jumandic')
-rw-r--r--textproc/mecab-jumandic/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/mecab-jumandic/Makefile b/textproc/mecab-jumandic/Makefile
index 9395aada304..3a224d0cc00 100644
--- a/textproc/mecab-jumandic/Makefile
+++ b/textproc/mecab-jumandic/Makefile
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2010/05/16 00:25:26 obache Exp $
+# $NetBSD: Makefile,v 1.5 2012/02/29 09:10:06 obache 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
+BUILD_DEPENDS+= mecab-base-[0-9]*:../../textproc/mecab-base
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
@@ -19,5 +22,8 @@ BUILD_DEFS+= MECAB_CHARSET
UNLIMIT_RESOURCES= datasize
-.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"