Also mark the master port as broken on sparc64.
Hat: portmgr Feature safe: yes
This commit is contained in:
parent
493463bb86
commit
7fe706a701
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242157
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ USE_GCC= 3.4
|
|||
.if ${GECKO} == "seamonkey" && ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on sparc64: drops core
|
||||
.endif
|
||||
.if ${GECKO} == "thunderbird" && ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on sparc64: cannot find enigmail-skin-seamonkey.jar
|
||||
.endif
|
||||
|
||||
do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
|
|
Loading…
Reference in a new issue