diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:47:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:47:15 +0000 |
commit | 71de2eba72f9cd4b7c6166bd1b80c866b17c6913 (patch) | |
tree | a56af3c41d00ff6caa924a231a7fd0057a2d8ee8 /japanese | |
parent | e460680d5e93aba6718359246b0c3af9f0f2b0c3 (diff) |
Notes
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: |