diff options
Diffstat (limited to 'inputmethod/mozc-elisp')
-rw-r--r-- | inputmethod/mozc-elisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile index d21d8e35f57..bf8df3689c0 100644 --- a/inputmethod/mozc-elisp/Makefile +++ b/inputmethod/mozc-elisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/06/17 13:16:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2014/08/07 03:03:32 obache Exp $ # PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} @@ -11,7 +11,7 @@ EMACS_MODULES= base leim INSTALLATION_DIRS= ${EMACS_LISPPREFIX} bin do-build: - cd ${WRKSRC} && env ${MAKE_ENV} \ + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \ unix/emacs/emacs.gyp:mozc_emacs_helper cd ${WRKSRC}/unix/emacs && \ |