From 67bc7f7c520074ef8e343d439748e4d036130f44 Mon Sep 17 00:00:00 2001 From: daichi Date: Tue, 26 Jun 2012 01:40:09 +0000 Subject: - Fix the BROKEN flag - Add LIB_DEPENDS devel/glib20 x11-toolkits/gtk20 - Minor Makefile code fixes to make portlint happier - Checked on Redports.org PR: ports/169364 Submitted by: Masaki TAGAWA --- japanese/mozc-server/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'japanese') diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index c972662f486e..35dc84ed35d5 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozc PORTVERSION= 1.5.1090.102 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX?= ja- @@ -19,11 +19,11 @@ COMMENT?= Mozc server for IBus, SCIM and others LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ gtest.0:${PORTSDIR}/devel/googletest \ protobuf.7:${PORTSDIR}/devel/protobuf \ - zinnia.0:${PORTSDIR}/japanese/zinnia + zinnia.0:${PORTSDIR}/japanese/zinnia \ + glib-2.0:${PORTSDIR}/devel/glib20 \ + gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils -BROKEN= does not build - USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes @@ -58,7 +58,7 @@ BUILD_MODE= Debug BUILD_MODE= Release .endif -LOCALBASE_REPLACE_FILES= \ +LOCALBASE_REPLACE_FILES= \ gyp/common.gypi \ unix/ibus/gen_mozc_xml.py \ unix/ibus/mozc.xml \ -- cgit