diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-27 20:33:29 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-27 20:33:29 +0000 |
commit | 2b7fb9d184ce0673c87b86f77d339b3147a59a15 (patch) | |
tree | be43ce67bfb7c14f9db66c46ca97603571678da4 /chinese | |
parent | 18f050874f5ea23e9c139d6cac4ace0d789b8d94 (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 60604707f707..fc1c6c4d2c5d 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -3,7 +3,7 @@ PORTNAME= fcitx PORTVERSION= 4.2.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese x11 MASTER_SITES= http://download.fcitx-im.org/fcitx/:fcitx \ http://download.fcitx-im.org/data/:data @@ -45,7 +45,7 @@ USES= tar:xz cmake desktop-file-utils execinfo \ INSTALLS_ICONS= yes OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC DOCS -OPTIONS_DEFAULT=GTK2 QT4 +OPTIONS_DEFAULT=GTK2 GTK3 QT4 OPTIONS_SUB= yes GTK2_DESC= Enable Gtk2 IM module |