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

William Grzybowski wg at FreeBSD.org
Sun Dec 15 20:32:21 UTC 2013


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


More information about the svn-ports-head mailing list