diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2025-02-24 02:42:44 +0900 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2025-02-24 02:57:00 +0900 |
commit | c3fdb5d614530d7f66174042e3247b2f9a7f5698 (patch) | |
tree | 0262841ed1ca5859c85afb0308ec96c3b7237f72 /textproc/Makefile | |
parent | games/vcmi: update the port to version 1.6.6 (diff) |
textproc/uim: Update to 1.9.0
- Add RUN_DEPENDS on japanese/skk-jisyo
- Fix default SKK-JISYO.L dictionary file path setting for SKK input method
- Rename textproc/uim-gtk port to textproc/uim-gtk2
- Add textproc/uim-qt6 port of Qt6 input method module
- Bump PORTREVISION of the ports that depend on textproc/uim port
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bc61dd3c2cc0..ee29b1dc883a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -2132,10 +2132,11 @@ SUBDIR += ugrep SUBDIR += uim SUBDIR += uim-el - SUBDIR += uim-gtk + SUBDIR += uim-gtk2 SUBDIR += uim-gtk3 SUBDIR += uim-m17nlib SUBDIR += uim-qt5 + SUBDIR += uim-qt6 SUBDIR += uml2svg SUBDIR += uncle SUBDIR += uncrustify |