diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-20 21:28:48 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-20 21:28:48 +0000 |
commit | 53a534d53bf54fe487de10436d9bdfdbf4817984 (patch) | |
tree | 192de6d3bae23983a41aec876fe4103f8417b845 | |
parent | 52f2bab2f2b235e850af66f07f6d50eb754e706f (diff) | |
download | pkgsrc-53a534d53bf54fe487de10436d9bdfdbf4817984.tar.gz |
inputmethod: Enable libime
-rw-r--r-- | inputmethod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index 24428bdcf43..69836c2c0db 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2021/02/20 21:26:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.94 2021/02/20 21:28:48 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -63,6 +63,7 @@ SUBDIR+= kinput2 SUBDIR+= libchewing SUBDIR+= libchewing02 SUBDIR+= libhangul +SUBDIR+= libime SUBDIR+= librime SUBDIR+= libskk SUBDIR+= libtabe |