diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-09-15 01:39:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-09-15 01:39:03 +0000 |
commit | 9e130b36246e883e5145911c6dc83dcb014ca06e (patch) | |
tree | 7db42d79a967c18152ad35d4fd1a22872a30f8bf /mail | |
parent | 616cb0f3fbaa4e92a4f3e27ffd9dd2adb4f52b36 (diff) | |
download | ports-9e130b36246e883e5145911c6dc83dcb014ca06e.tar.gz ports-9e130b36246e883e5145911c6dc83dcb014ca06e.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index e8c5b05eb2ab..2e1ec724ba81 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -49,6 +49,10 @@ PLIST_DIRS= %%DATADIR%% USE_GCC= 3.4 .endif +.if ${GECKO} == "seamonkey" && ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64: drops core +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} |