Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 15:46:54 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367284 - head/japanese/mozc-server
Message-ID:  <201409041546.s84Fks28093620@svn.freebsd.org>

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



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