diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-29 20:38:41 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-29 20:38:41 +0000 |
| commit | 5fd24128b9531d490680e68eb8fe888b177fcc12 (patch) | |
| tree | 88d10e06cef96441518eb0b178785e10047d4405 | |
| parent | 65b072fde72f519855310979d73d3998dcef57cd (diff) | |
Remove FORBIDDEN=hang -- they don't hang anymore (although they don't
build currently). Taoka-san has been notified.
| -rw-r--r-- | japanese/lookup-xemacs/Makefile | 5 | ||||
| -rw-r--r-- | print/yatex-xemacs-mule/Makefile | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/japanese/lookup-xemacs/Makefile b/japanese/lookup-xemacs/Makefile index 6784ef9703d1..9ace6682d05a 100644 --- a/japanese/lookup-xemacs/Makefile +++ b/japanese/lookup-xemacs/Makefile @@ -11,9 +11,4 @@ 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 01008a7baf38..649a6fecb061 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/Makefile @@ -14,8 +14,4 @@ MASTERDIR= ${.CURDIR}/../yatex COMMENT= ${.CURDIR}/pkg/COMMENT PLIST= ${.CURDIR}/pkg/PLIST -.if defined(PARALLEL_PACKAGE_BUILD) -FORBIDDEN= hang -.endif - .include "${MASTERDIR}/Makefile" |
