summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-26 20:22:46 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-26 20:22:46 +0000
commit1fef437b10ec11efdfb3d0595c7061c6bfc96262 (patch)
treee3c4a871bba4f46138c954cef553db984e81f1ab /japanese
parentFinish upgrading to version 3.0.6. (diff)
Generalize the parallel build hack to include PACKAGE_BUILDING since the
problem exists there too.
Notes
Notes: svn path=/head/; revision=32008
Diffstat (limited to 'japanese')
-rw-r--r--japanese/emacs20-dl-canna/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile
index 947172b4d220..c495f15b5974 100644
--- a/japanese/emacs20-dl-canna/Makefile
+++ b/japanese/emacs20-dl-canna/Makefile
@@ -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