aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2011-12-07 03:33:47 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2011-12-07 03:33:47 +0000
commitbc665cf3cff0126a47d0b24bbe33224d33e5ed59 (patch)
tree258f28bca57b19fa05d1eb6aba76194feaa34acf /japanese
parentc443ff67427b2f1c677184c2177278038a9e82fd (diff)
downloadports-bc665cf3cff0126a47d0b24bbe33224d33e5ed59.tar.gz
ports-bc665cf3cff0126a47d0b24bbe33224d33e5ed59.zip
Fix a dependency issue pointed out by pointyhat
Feature safe: yes
Notes
Notes: svn path=/head/; revision=287002
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 3c931a60a800..0779f3915b89 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -21,7 +21,8 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \
gyp:${PORTSDIR}/devel/py-gyp-devel
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
gtest.0:${PORTSDIR}/devel/googletest \
- protobuf.7:${PORTSDIR}/devel/protobuf
+ protobuf.7:${PORTSDIR}/devel/protobuf \
+ zinnia.0:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
USE_GMAKE= yes