summaryrefslogtreecommitdiff
path: root/chinese/fcitx
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2012-11-25 13:25:05 +0000
committerWen Heping <wen@FreeBSD.org>2012-11-25 13:25:05 +0000
commite23bdc1603ca1e86d1ae453fdafbbc5c460964c8 (patch)
tree140610bb99b5714e9a9fbacae61d06e9f1ecee5d /chinese/fcitx
parentInstall .pc files in the correct directory. (diff)
- Fix build when QT4 option enable
PR: 173887 Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> Approved by: lichray@gmail.com (maintainer, via email) Feature safe: yes
Notes
Notes: svn path=/head/; revision=307743
Diffstat (limited to 'chinese/fcitx')
-rw-r--r--chinese/fcitx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile
index 2b9a845a3c97..3cfedfb917bb 100644
--- a/chinese/fcitx/Makefile
+++ b/chinese/fcitx/Makefile
@@ -70,8 +70,7 @@ SUB_LIST+= GTK3_IM=xim
.endif
.if ${PORT_OPTIONS:MQT4}
-USE_QT= yes
-USE_QT4= gui
+USE_QT4= qmake_build moc_build rcc_build uic_build dbus gui inputmethods
CMAKE_ARGS+= -DENABLE_QT_IM_MODULE=ON
PLIST_SUB+= QT4=""
.else