summaryrefslogtreecommitdiff
path: root/inputmethod/uim-mozc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-08-07 03:03:32 +0000
committerobache <obache@pkgsrc.org>2014-08-07 03:03:32 +0000
commit5aaf96b71b61560fc241b904475e547b4bdbfbd6 (patch)
tree43ae74eb15dab915df8144d8c0767ac0a6e07502 /inputmethod/uim-mozc
parentade3092826c7e59a73f8ec1161d2ca2604a7d2e8 (diff)
downloadpkgsrc-5aaf96b71b61560fc241b904475e547b4bdbfbd6.tar.gz
Use ${SETENV} instead of bare `env'.
Diffstat (limited to 'inputmethod/uim-mozc')
-rw-r--r--inputmethod/uim-mozc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile
index c3db3f96423..cbb5394af92 100644
--- a/inputmethod/uim-mozc/Makefile
+++ b/inputmethod/uim-mozc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/06/15 13:08:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2014/08/07 03:03:32 obache Exp $
PKGNAME= uim-${DISTNAME}
@@ -25,7 +25,7 @@ post-extract:
mv ${WRKDIR}/uim-mozc-334/scm ${WRKSRC}
do-build:
- cd ${WRKSRC} && env ${MAKE_ENV} \
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
unix/uim/uim.gyp:uim-mozc \
renderer/renderer.gyp:mozc_renderer