aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2013-04-24 15:32:57 +0800
committerdaichi <daichi@FreeBSD.org>2013-04-24 15:32:57 +0800
commit4a8d53d2e0b671fee11a9ef2f3ba8f703817c908 (patch)
tree79ad1146330412d978267c1972f3010b31ea00ef
parentd4abf4208342a179631260f4525cd1786ea27737 (diff)
downloadfreebsd-ports-gnome-4a8d53d2e0b671fee11a9ef2f3ba8f703817c908.tar.gz
freebsd-ports-gnome-4a8d53d2e0b671fee11a9ef2f3ba8f703817c908.tar.zst
freebsd-ports-gnome-4a8d53d2e0b671fee11a9ef2f3ba8f703817c908.zip
fixed a mozc-el build issue
-rw-r--r--japanese/mozc-el/Makefile3
-rw-r--r--japanese/mozc-server/Makefile7
2 files changed, 5 insertions, 5 deletions
diff --git a/japanese/mozc-el/Makefile b/japanese/mozc-el/Makefile
index 1f93e4f367af..dff288a42a89 100644
--- a/japanese/mozc-el/Makefile
+++ b/japanese/mozc-el/Makefile
@@ -13,7 +13,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message
BUILD_MOZC_LIST=mozc_el
-BROKEN= fails to build
+USE_EMACS= yes
+CATEGORIES= editors elisp
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index 16c4a1920e63..68753164607b 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mozc
PORTVERSION= 1.10.1390.102
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX?= ja-
@@ -263,10 +263,9 @@ do-install-fcitx_mozc:
# mozc_el
.if ${BUILD_MOZC_LIST:Mmozc_el} == "mozc_el"
-USE_EMACS= yes
-CATEGORIES+= editors elisp
LIB_DEPENDS+= zinnia.0:${PORTSDIR}/japanese/zinnia
-BUILD_DEPENDS+= glib:${PORTSDIR}/devel/glib20 \
+BUILD_DEPENDS+= emacs:${PORTSDIR}/editors/emacs \
+ glib:${PORTSDIR}/devel/glib20 \
gtk:${PORTSDIR}/x11-toolkits/gtk20
RUN_DEPENDS+= mozc_server:${PORTSDIR}/japanese/mozc-server \
mozc_server_start:${PORTSDIR}/japanese/mozc-additions