mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00: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
@ -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…
Reference in New Issue
Block a user