mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems
to hang forever.
This commit is contained in:
parent
70742357c3
commit
22404e5884
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21713
@ -34,4 +34,8 @@ MANIFEST= MANIFEST.apel
|
||||
# package documents
|
||||
APELDOCDIR= ${EMACS_PACKAGESDIR}/lisp/apel
|
||||
|
||||
.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
FORBIDDEN= hang
|
||||
.endif
|
||||
|
||||
.include <${MASTERDIR}/Makefile>
|
||||
|
@ -13,5 +13,9 @@ EMACS= xemacs
|
||||
ELISPDIR= ${PREFIX}/lib/xemacs/site-lisp/lookup
|
||||
PORTINFODIR= ${PREFIX}/lib/xemacs/info
|
||||
|
||||
.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
FORBIDDEN= hang
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
|
@ -14,4 +14,8 @@ MASTERDIR= ${.CURDIR}/../yatex
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
PLIST= ${.CURDIR}/pkg/PLIST
|
||||
|
||||
.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
FORBIDDEN= hang
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user