mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix mozc-server and mozc-client builds by directly depending on
lang/python so that the python command exists.
This commit is contained in:
parent
440e76afa8
commit
aa42afb227
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367284
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue