Mark it FORBIDDEN for parallel package build -- hang.

This commit is contained in:
Satoshi Asami 2001-08-29 05:17:30 +00:00
parent 703da03218
commit c47ba2aa8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47059

View file

@ -33,4 +33,8 @@ pre-patch:
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.if defined(PARALLEL_PACKAGE_BUILD)
FORBIDDEN= hang
.endif
.include <bsd.port.mk>