From 135a55971ca86954d7b994373d775c161f7ee0db Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 31 May 2001 22:47:15 +0000 Subject: Replace explicit build dependency on gmake with USE_GMAKE knob --- japanese/emacs20-dl-wnn6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'japanese/emacs20-dl-wnn6/Makefile') 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: -- cgit