diff options
-rw-r--r-- | japanese/lookup-xemacs/Makefile | 4 | ||||
-rw-r--r-- | print/yatex-xemacs-mule/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/japanese/lookup-xemacs/Makefile b/japanese/lookup-xemacs/Makefile index 9ace6682d05a..b90bb65abc65 100644 --- a/japanese/lookup-xemacs/Makefile +++ b/japanese/lookup-xemacs/Makefile @@ -11,4 +11,8 @@ PKGNAME= ja-lookup-xemacs-1.0 MASTERDIR= ${.CURDIR}/../lookup-mule EMACS= xemacs +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include "${MASTERDIR}/Makefile" diff --git a/print/yatex-xemacs-mule/Makefile b/print/yatex-xemacs-mule/Makefile index 649a6fecb061..01008a7baf38 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/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" |