diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-02 15:41:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-02 15:41:47 +0000 |
commit | 99d6d12a388dab91f415ddebd52c6a57e3a6347a (patch) | |
tree | decf1f7754d8060ee740cd0c0edc9a51c04a0ec1 /chinese/fcitx | |
parent | 577806de96b111cab272c48a686bcca681cc6d4d (diff) | |
download | ports-99d6d12a388dab91f415ddebd52c6a57e3a6347a.tar.gz ports-99d6d12a388dab91f415ddebd52c6a57e3a6347a.zip |
Notes
Diffstat (limited to 'chinese/fcitx')
-rw-r--r-- | chinese/fcitx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 3c81fc03ddf4..5ce3d08fcd59 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -48,7 +48,7 @@ USES= compiler:c++11-lang gnome qt:4 tar:xz cmake:noninja desktop-file-utils \ INSTALLS_ICONS= yes OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC DOCS -OPTIONS_DEFAULT=GTK2 GTK3 QT4 +OPTIONS_DEFAULT=GTK2 GTK3 OPTIONS_SUB= yes GTK2_DESC= Enable Gtk2 IM module @@ -90,6 +90,8 @@ SUB_LIST+= GTK3_IM=xim .endif .if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 USES+= qt:4 USE_QT+= qmake_build moc_build rcc_build uic_build dbus gui inputmethods corelib USE_LDCONFIG+= ${PREFIX}/lib/fcitx/qt |