Also mark the master port as broken on sparc64.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2009-09-27 03:16:34 +00:00
parent 493463bb86
commit 7fe706a701
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242157

View file

@ -52,6 +52,9 @@ USE_GCC= 3.4
.if ${GECKO} == "seamonkey" && ${ARCH} == "sparc64" .if ${GECKO} == "seamonkey" && ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64: drops core BROKEN= Does not install on sparc64: drops core
.endif .endif
.if ${GECKO} == "thunderbird" && ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64: cannot find enigmail-skin-seamonkey.jar
.endif
do-extract: do-extract:
@${RM} -rf ${WRKDIR} @${RM} -rf ${WRKDIR}