summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-08 06:05:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-08 06:05:53 +0000
commit0383a9d684c169107a9ab1638ba234fdca2c0590 (patch)
tree8766f4e33e5de17931d187a071dd56f7eea6cf8a
parent(1) New variable USE_QT2 to say that the port uses QT version 2. (diff)
Hack to allow parallel builds to work -- these should be solved by refining
dependency propagation.
Notes
Notes: svn path=/head/; revision=21393
-rw-r--r--japanese/emacs20-dl-canna/Makefile5
-rw-r--r--japanese/emacs20-dl-wnn6/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile
index e34cbcde4cdc..edebe97d21b2 100644
--- a/japanese/emacs20-dl-canna/Makefile
+++ b/japanese/emacs20-dl-canna/Makefile
@@ -37,6 +37,11 @@ APEL_DEPENDS= ${PREFIX}/share/emacs/${EMACS_VER}/site-lisp/emu/emu.el
LISPDIR= share/emacs/site-lisp
DOCDIR= share/doc/emacs20-dl-canna
DLCANNA_VER= 1.2
+# 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:
.if !defined(NOPORTDOCS)
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 \