svn commit: r456787 - head/japanese/py-mecab

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 20 12:41:08 UTC 2017


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


More information about the svn-ports-all mailing list