summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-02-15 15:44:20 +0000
committerryoon <ryoon@pkgsrc.org>2021-02-15 15:44:20 +0000
commit8fd6ee525264dcfb6fb7ecbbbda06e5ec97e9204 (patch)
treeb384c38ebbd36188fd94d938f3e01d5d2bfdcfcd /inputmethod/mozc-server
parentce6eceaa0a1a8076f72d03cad88ef85b4fa56976 (diff)
downloadpkgsrc-8fd6ee525264dcfb6fb7ecbbbda06e5ec97e9204.tar.gz
mozc: Depend on newer devel/gyp
Diffstat (limited to 'inputmethod/mozc-server')
-rw-r--r--inputmethod/mozc-server/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common
index f6321d07ef1..92873569ea0 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2021/02/15 14:50:23 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.30 2021/02/15 15:44:20 ryoon Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/mozc-server/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/mozc-server/patches
-BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp-[0-9]*:../../devel/gyp
+BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp>=0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6:../../devel/gyp
BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
BUILD_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build