aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2010-06-14 11:45:32 +0800
committerdaichi <daichi@FreeBSD.org>2010-06-14 11:45:32 +0800
commitb9728db268360d6cbf12aca82831c993c29a0f6f (patch)
tree8ce188ee0e82bd0a5a9f16ca245b876cd1e7f7f8 /japanese
parent5567c7024f86527cd6e0042ec67e50ae1e6a73cb (diff)
downloadfreebsd-ports-gnome-b9728db268360d6cbf12aca82831c993c29a0f6f.tar.gz
freebsd-ports-gnome-b9728db268360d6cbf12aca82831c993c29a0f6f.tar.zst
freebsd-ports-gnome-b9728db268360d6cbf12aca82831c993c29a0f6f.zip
- add Qt components dependencies to fix build fail reported by QAT
Pointed out by: QAT
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ibus-mozc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/ibus-mozc/Makefile b/japanese/ibus-mozc/Makefile
index c6bda6b69b90..c7492e377910 100644
--- a/japanese/ibus-mozc/Makefile
+++ b/japanese/ibus-mozc/Makefile
@@ -7,11 +7,9 @@
PORTNAME= ibus-mozc
PORTVERSION= 0.11.365.102
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/
-#MASTER_SITES= ${MASTER_SITE_LOCAL}
-#MASTER_SITE_SUBDIR= daichi
DISTNAME= mozc-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
mozc_build_tools-r827${EXTRACT_SUFX} \
@@ -37,6 +35,7 @@ USE_GNOME= pygtk2
USE_GMAKE= yes
USE_PYTHON= yes
USE_QT_VER= 4
+QT_COMPONENTS= gui dbus qmake_build moc_build uic_build rcc_build
.include <bsd.port.pre.mk>