Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2017 21:42:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432876 - head/japanese/mozc-server
Message-ID:  <201701302142.v0ULgDZG084016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701302142.v0ULgDZG084016>