diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 12:41:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 12:41:06 +0000 |
commit | 4fe7498039e2133aecac923a65482a5e5b57509a (patch) | |
tree | dc270fd3095f4a2cb18625f470f65935709227e2 /japanese | |
parent | 8c16b50d8dba5aa81a78c3916ebc87e5b7fc68b5 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/py-mecab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/py-mecab/Makefile b/japanese/py-mecab/Makefile index b2ff4a8ed78b..1a73bd08b589 100644 --- a/japanese/py-mecab/Makefile +++ b/japanese/py-mecab/Makefile @@ -14,7 +14,7 @@ COMMENT= Python bindings for MeCab LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= dual -BUILD_DEPENDS= swig:devel/swig13 +BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libmecab.so:japanese/mecab USES= python:2.7 |