svn commit: r432876 - head/japanese/mozc-server

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 30 21:42:14 UTC 2017


Author: sunpoet
Date: Mon Jan 30 21:42:13 2017
New Revision: 432876
URL: https://svnweb.freebsd.org/changeset/ports/432876

Log:
  Fix build with devel/protobuf 3.2.0
  
  Notified by:	Tomoaki AOKI <junchoon at dec.sakura.ne.jp>

Modified:
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Mon Jan 30 21:40:17 2017	(r432875)
+++ head/japanese/mozc-server/Makefile	Mon Jan 30 21:42:13 2017	(r432876)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	ninja:devel/ninja \
 		gyp:devel/py-gyp
 EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR}
-LIB_DEPENDS=	libprotobuf.so.11:devel/protobuf \
+LIB_DEPENDS=	libprotobuf.so:devel/protobuf \
 		libzinnia.so:japanese/zinnia
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 


More information about the svn-ports-all mailing list