1
0
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:
Satoshi Asami 1999-09-18 10:04:08 +00:00
parent 70742357c3
commit 22404e5884
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21713
3 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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"