mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- 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
11 lines
339 B
Scheme
11 lines
339 B
Scheme
--- scm/predict-look-skk.scm.orig 2025-02-23 08:00:09 UTC
|
|
+++ scm/predict-look-skk.scm
|
|
@@ -37,7 +37,7 @@
|
|
|
|
(define-class predict-look-skk predict
|
|
'((limit 10)
|
|
- (jisyo "/usr/share/skk/SKK-JISYO.L")) ;; SKK-JISYO
|
|
+ (jisyo "%PREFIX%/share/skk/SKK-JISYO.L")) ;; SKK-JISYO
|
|
'(search))
|
|
|
|
(class-set-method! predict-look-skk search
|