diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /japanese/mozc-server | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) |
Notes
Diffstat (limited to 'japanese/mozc-server')
-rw-r--r-- | japanese/mozc-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index fae0b8a67abf..c26bd46755f5 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/third_party/gyp/LICENSE BUILD_DEPENDS= python:${PORTSDIR}/lang/python EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR} -LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf \ - zinnia:${PORTSDIR}/japanese/zinnia +LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf \ + libzinnia.so:${PORTSDIR}/japanese/zinnia RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USES= pkgconfig iconv gmake tar:bzip2 |