From df73a6257f51941b37b2c4cda154c65ee086c83f Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 4 Sep 2014 15:46:54 +0000 Subject: Fix mozc-server and mozc-client builds by directly depending on lang/python so that the python command exists. --- japanese/mozc-server/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 708b9ab0cddb..65425e18fa14 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -14,7 +14,8 @@ COMMENT?= Mozc Japanese Input Method, Server 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 -- cgit