From 0383a9d684c169107a9ab1638ba234fdca2c0590 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 8 Sep 1999 06:05:53 +0000 Subject: Hack to allow parallel builds to work -- these should be solved by refining dependency propagation. --- japanese/emacs20-dl-wnn6/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'japanese/emacs20-dl-wnn6') diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile index 76562b38085d..a284773666d3 100644 --- a/japanese/emacs20-dl-wnn6/Makefile +++ b/japanese/emacs20-dl-wnn6/Makefile @@ -31,6 +31,11 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${MACHINE_ARCH}--freebsd \ DOCDIR= share/doc/emacs20-dl-wnn6 EMACS_VER= 20.4 EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl +# hack to allow parallel build to work +.if defined(PARALLEL_PACKAGE_BUILD) +BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake \ + autoconf:${PORTSDIR}/devel/autoconf +.endif post-install: @${LN} -sf ${PREFIX}/share/emacs/site-lisp/egg/eggrc-wnn \ -- cgit v1.2.3