Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 20:32:21 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336580 - head/japanese/mozc-server
Message-ID:  <201312152032.rBFKWLPS075767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Dec 15 20:32:20 2013
New Revision: 336580
URL: http://svnweb.freebsd.org/changeset/ports/336580

Log:
  japanese/mozc-server: depends explicitly on "python" to build
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Sun Dec 15 20:21:20 2013	(r336579)
+++ head/japanese/mozc-server/Makefile	Sun Dec 15 20:32:20 2013	(r336580)
@@ -14,6 +14,7 @@ COMMENT?=	Mozc Japanese Input Method, Se
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/third_party/gyp/LICENSE
 
+BUILD_DEPENDS=	python:${PORTSDIR}/lang/python
 EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR}
 LIB_DEPENDS=	protobuf:${PORTSDIR}/devel/protobuf \
 		zinnia:${PORTSDIR}/japanese/zinnia



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