mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Hack to allow parallel builds to work -- these should be solved by refining
dependency propagation.
This commit is contained in:
parent
a768b7da1b
commit
0383a9d684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21393
@ -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)
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user