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 /print/yatex-xemacs-mule/Makefile | |
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.
Diffstat (limited to 'print/yatex-xemacs-mule/Makefile')
-rw-r--r-- | print/yatex-xemacs-mule/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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" |