diff options
author | taoka <taoka@FreeBSD.org> | 2000-01-09 15:51:15 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-01-09 15:51:15 +0000 |
commit | 9c6bd9d86b6e351c61ccba00af8329a90435e4db (patch) | |
tree | 0b6ad45c142f284e7bba8e2221194100356f5f37 /print | |
parent | c79dfb54451102b826716ddcc33119a273645681 (diff) | |
download | FreeBSD-ports-9c6bd9d86b6e351c61ccba00af8329a90435e4db.zip FreeBSD-ports-9c6bd9d86b6e351c61ccba00af8329a90435e4db.tar.gz |
I belive this can compile in "parallel package build".
Diffstat (limited to 'print')
-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 5d60702..d0485e3 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/Makefile @@ -13,8 +13,4 @@ XEMACS-MULE= yes MASTERDIR= ${.CURDIR}/../yatex COMMENT= ${.CURDIR}/pkg/COMMENT -.if defined(PARALLEL_PACKAGE_BUILD) -FORBIDDEN= hang -.endif - .include "${MASTERDIR}/Makefile" |