diff options
author | asami <asami@FreeBSD.org> | 1999-09-30 04:38:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-30 04:38:41 +0800 |
commit | f6bfa8109571429af330d5db2a9c0364df1b877a (patch) | |
tree | 9597ab67b84084fe926892074c2ee43fde8ff37f | |
parent | 24dc6c35a01d9385b3a9941b76f91a66934a521e (diff) | |
download | freebsd-ports-gnome-f6bfa8109571429af330d5db2a9c0364df1b877a.tar.gz freebsd-ports-gnome-f6bfa8109571429af330d5db2a9c0364df1b877a.tar.zst freebsd-ports-gnome-f6bfa8109571429af330d5db2a9c0364df1b877a.zip |
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" |