diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/uim/Makefile.common b/inputmethod/uim/Makefile.common index 0d7a4417472..182c152af74 100644 --- a/inputmethod/uim/Makefile.common +++ b/inputmethod/uim/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2021/03/30 17:01:49 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.18 2022/01/09 23:42:02 tnn Exp $ # # used by inputmethod/uim/Makefile # used by inputmethod/uim-elisp/Makefile @@ -13,6 +13,7 @@ HOMEPAGE= https://github.com/uim/uim/wiki GITHUB_SUBMODULES+= uim sigscheme beb8fbdc69b523d14fc202a4d17375555a74c772 sigscheme GITHUB_SUBMODULES+= uim libgcroots d362356cc4c5f591695d2fbda7746918250c9e99 sigscheme/libgcroots +EXTRACT_USING= bsdtar DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches |