aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2012-06-26 09:40:09 +0800
committerdaichi <daichi@FreeBSD.org>2012-06-26 09:40:09 +0800
commit67bc7f7c520074ef8e343d439748e4d036130f44 (patch)
tree18a81f35757067f5138add2b802b0c41c96a01e5 /japanese
parenta9552ab642c8b1b779b9c66521e6f58d40b052f7 (diff)
downloadfreebsd-ports-gnome-67bc7f7c520074ef8e343d439748e4d036130f44.tar.gz
freebsd-ports-gnome-67bc7f7c520074ef8e343d439748e4d036130f44.tar.zst
freebsd-ports-gnome-67bc7f7c520074ef8e343d439748e4d036130f44.zip
- 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 <masaki@club.kyutech.ac.jp>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mozc-server/Makefile10
1 files changed, 5 insertions, 5 deletions
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 \