summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-04 15:46:54 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-04 15:46:54 +0000
commitaa42afb227bee0706e442135f8cb8bd751b45cb1 (patch)
treee5b41b79bf00b774b47230623442bd41564c1f4b /japanese
parent- Update to 1409841477 (PC-BSD 10.0.3) (diff)
Fix mozc-server and mozc-client builds by directly depending on
lang/python so that the python command exists.
Notes
Notes: svn path=/head/; revision=367284
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mozc-server/Makefile3
1 files changed, 2 insertions, 1 deletions
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