diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-04 23:46:54 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-04 23:46:54 +0800 |
commit | df73a6257f51941b37b2c4cda154c65ee086c83f (patch) | |
tree | e5b41b79bf00b774b47230623442bd41564c1f4b | |
parent | 528d5914263e8490f31818ac9179b3157ee31e18 (diff) | |
download | freebsd-ports-gnome-df73a6257f51941b37b2c4cda154c65ee086c83f.tar.gz freebsd-ports-gnome-df73a6257f51941b37b2c4cda154c65ee086c83f.tar.zst freebsd-ports-gnome-df73a6257f51941b37b2c4cda154c65ee086c83f.zip |
Fix mozc-server and mozc-client builds by directly depending on
lang/python so that the python command exists.
-rw-r--r-- | japanese/mozc-server/Makefile | 3 |
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 |