Mark it FORBIDDEN for parallel package build -- hang.
This commit is contained in:
parent
703da03218
commit
c47ba2aa8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47059
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue