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

Adam Weinberger adamw at FreeBSD.org
Thu Sep 4 15:46:54 UTC 2014


Author: adamw
Date: Thu Sep  4 15:46:54 2014
New Revision: 367284
URL: http://svnweb.freebsd.org/changeset/ports/367284
QAT: https://qat.redports.org/buildarchive/r367284/

Log:
  Fix mozc-server and mozc-client builds by directly depending on
  lang/python so that the python command exists.

Modified:
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Thu Sep  4 15:32:56 2014	(r367283)
+++ head/japanese/mozc-server/Makefile	Thu Sep  4 15:46:54 2014	(r367284)
@@ -14,7 +14,8 @@ COMMENT?=	Mozc Japanese Input Method, Se
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/third_party/gyp/LICENSE
 
-BUILD_DEPENDS=	ninja:${PORTSDIR}/devel/ninja
+BUILD_DEPENDS=	ninja:${PORTSDIR}/devel/ninja \
+		python:${PORTSDIR}/lang/python
 EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR}
 LIB_DEPENDS=	libprotobuf.so:${PORTSDIR}/devel/protobuf \
 		libzinnia.so:${PORTSDIR}/japanese/zinnia


More information about the svn-ports-head mailing list