diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-11-25 13:25:05 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-11-25 13:25:05 +0000 |
commit | e23bdc1603ca1e86d1ae453fdafbbc5c460964c8 (patch) | |
tree | 140610bb99b5714e9a9fbacae61d06e9f1ecee5d | |
parent | c263ea0a52fa8f0d8039b5d3d8a5a43c6c28353a (diff) |
Notes
-rw-r--r-- | chinese/fcitx/Makefile | 3 |
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 |