We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6901a6b commit 0d4a90aCopy full SHA for 0d4a90a
1 file changed
inputmethod/fcitx5-mozc/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.32 2024/11/14 22:20:23 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/01/30 15:51:11 wiz Exp $
2
3
PKGNAME= fcitx5-${DISTNAME}
4
PKGREVISION= 5
@@ -21,6 +21,10 @@ DEPENDS+= mozc-server>=2.29:../../inputmethod/mozc-server
21
DEPENDS+= mozc-renderer>=2.29:../../inputmethod/mozc-renderer
22
DEPENDS+= mozc-tool>=2.29:../../inputmethod/mozc-tool
23
24
+# TODO: fix, shouldn't download during build
25
+# bazel-skylib and many others
26
+ALLOW_NETWORK_ACCESS= yes
27
+
28
do-build:
29
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
30
${PREFIX}/bin/bazel \
0 commit comments