diff options
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index 2e1ec724ba81..fd30b3e524ee 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -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} |