Date: Wed, 20 Dec 2017 12:41:07 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456787 - head/japanese/py-mecab Message-ID: <201712201241.vBKCf7jD012999@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 20 12:41:06 2017 New Revision: 456787 URL: https://svnweb.freebsd.org/changeset/ports/456787 Log: Switch to swig 3.0 Modified: head/japanese/py-mecab/Makefile Modified: head/japanese/py-mecab/Makefile ============================================================================== --- head/japanese/py-mecab/Makefile Wed Dec 20 12:25:18 2017 (r456786) +++ head/japanese/py-mecab/Makefile Wed Dec 20 12:41:06 2017 (r456787) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712201241.vBKCf7jD012999>