Generalize the parallel build hack to include PACKAGE_BUILDING since the

problem exists there too.
This commit is contained in:
Steve Price 2000-08-26 20:22:46 +00:00
parent 7586472a67
commit 1fef437b10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32008

View file

@ -39,7 +39,7 @@ LISPDIR= share/emacs/site-lisp
DOCDIR= share/doc/emacs20-dl-canna
DLCANNA_VER= 1.4
# hack to allow parallel build to work
.if defined(PARALLEL_PACKAGE_BUILD)
.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS+= ${GMAKE}:${PORTSDIR}/devel/gmake \
${AUTOCONF}:${PORTSDIR}/devel/autoconf
.endif