Do not define post-configure and pre-build target for mozc_el.

Spotted by:	HATANO Tomomi
This commit is contained in:
Hiroki Sato 2013-07-25 04:51:03 +00:00
parent e95c0f3261
commit bba30d853c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323625

View File

@ -91,6 +91,7 @@ post-patch:
${WRKSRC}/unix/fcitx/mozc.conf
.endif
.if ! ${BUILD_MOZC_LIST:Mmozc_el}
${WRKSRC}/mozcmake:
${PRINTF} "%s\n%s\n" "#!/bin/sh" 'exec ${BUILD_CMD} $$@' \
> ${WRKSRC}/mozcmake
@ -116,6 +117,7 @@ post-configure: ${WRKSRC}/mozcmake
pre-build:
${BUILD_MOZC_CMD} build_tools -c ${BUILD_MODE} ${_MAKE_JOBS}
.endif
# mozc_server
.if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server" || defined(makesum)