diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/emacs20-dl-canna/Makefile | 4 | ||||
-rw-r--r-- | japanese/emacs20-dl-wnn6/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile index ebaaa9b88052..b797c9ada688 100644 --- a/japanese/emacs20-dl-canna/Makefile +++ b/japanese/emacs20-dl-canna/Makefile @@ -40,8 +40,8 @@ DOCDIR= share/doc/emacs20-dl-canna DLCANNA_VER= 1.4 # hack to allow parallel build to work .if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= ${GMAKE}:${PORTSDIR}/devel/gmake \ - ${AUTOCONF}:${PORTSDIR}/devel/autoconf +USE_GMAKE= yes +BUILD_DEPENDS+= ${AUTOCONF}:${PORTSDIR}/devel/autoconf .endif post-install: diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile index 6be144d9e36c..959b377c55b1 100644 --- a/japanese/emacs20-dl-wnn6/Makefile +++ b/japanese/emacs20-dl-wnn6/Makefile @@ -35,8 +35,8 @@ EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER} # hack to allow parallel build to work .if defined(PARALLEL_PACKAGE_BUILD) -BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake \ - autoconf:${PORTSDIR}/devel/autoconf +USE_GMAKE= yes +BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf .endif post-install: |