diff options
author | pav <pav@FreeBSD.org> | 2011-03-24 07:59:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-24 07:59:10 +0800 |
commit | 5cf54299b83c7ec7111f808c236c47b52fc0c437 (patch) | |
tree | dc3d20274a95316f920a2d028d0bb96e0a315131 /japanese/mozc-tool | |
parent | 54341413b30e31ee5160620138365dd5bae23298 (diff) | |
download | freebsd-ports-gnome-5cf54299b83c7ec7111f808c236c47b52fc0c437.tar.gz freebsd-ports-gnome-5cf54299b83c7ec7111f808c236c47b52fc0c437.tar.zst freebsd-ports-gnome-5cf54299b83c7ec7111f808c236c47b52fc0c437.zip |
- Chase protobuf update
Reported by: pointyhat
Pointy hat to: vanilla
Diffstat (limited to 'japanese/mozc-tool')
-rw-r--r-- | japanese/mozc-tool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/mozc-tool/Makefile b/japanese/mozc-tool/Makefile index 1a0e937c9646..9aecf98e68b6 100644 --- a/japanese/mozc-tool/Makefile +++ b/japanese/mozc-tool/Makefile @@ -7,6 +7,7 @@ PORTNAME= mozc-tool PORTVERSION= 0.13.523.102 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/ DISTNAME= mozc-${PORTVERSION} @@ -20,7 +21,7 @@ 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.6:${PORTSDIR}/devel/protobuf + protobuf.7:${PORTSDIR}/devel/protobuf RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USE_GMAKE= yes |