summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \