diff options
author | joerg <joerg@pkgsrc.org> | 2014-09-05 14:52:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-09-05 14:52:13 +0000 |
commit | 1814c6032b0c34d99889bc168537b3cc224f0470 (patch) | |
tree | 777a01f153467c84c79b5c08c911291fc44d5530 | |
parent | 76200a725b832e20777445e31aa99deb37a21fd4 (diff) | |
download | pkgsrc-1814c6032b0c34d99889bc168537b3cc224f0470.tar.gz |
Follow rename of ninja to ninja-build.
-rw-r--r-- | inputmethod/mozc-server/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common index b0d8eb56db9..0d36dbf8c1b 100644 --- a/inputmethod/mozc-server/Makefile.common +++ b/inputmethod/mozc-server/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2014/08/07 03:03:32 obache Exp $ +# $NetBSD: Makefile.common,v 1.13 2014/09/05 14:52:13 joerg Exp $ # used by inputmethod/ibus-mozc/Makefile # used by inputmethod/mozc-elisp/Makefile # used by inputmethod/mozc-server/Makefile @@ -21,7 +21,7 @@ DISTINFO_FILE= ${.CURDIR}/../../inputmethod/mozc-server/distinfo PATCHDIR= ${.CURDIR}/../../inputmethod/mozc-server/patches BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp-[0-9]*:../../devel/gyp -BUILD_DEPENDS+= ninja-[0-9]*:../../devel/ninja +BUILD_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gyp |