Generalize the parallel build hack to include PACKAGE_BUILDING since the
problem exists there too.
This commit is contained in:
parent
7586472a67
commit
1fef437b10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32008
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue