diff options
author | linimon <linimon@FreeBSD.org> | 2010-02-27 10:01:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-02-27 10:01:14 +0800 |
commit | 277ea223f2d6370cb748c594482fa23980ecba6c (patch) | |
tree | ca13ae40f489080ab54f44f5b8d6d3f8533583dc /mail/enigmail | |
parent | 163a211ffcfd27de4c66314d745a58774d1e8fef (diff) | |
download | freebsd-ports-gnome-277ea223f2d6370cb748c594482fa23980ecba6c.tar.gz freebsd-ports-gnome-277ea223f2d6370cb748c594482fa23980ecba6c.tar.zst freebsd-ports-gnome-277ea223f2d6370cb748c594482fa23980ecba6c.zip |
Mark slave ports enigmail-seamonkey and enigmail-thunderbird broken
on sparc64: fails to install.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'mail/enigmail')
-rw-r--r-- | mail/enigmail/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/enigmail/Makefile b/mail/enigmail/Makefile index d344ba2276ca..84f716e66ff0 100644 --- a/mail/enigmail/Makefile +++ b/mail/enigmail/Makefile @@ -47,6 +47,12 @@ XPI_FILE= ${DISTNAME}-${GECKO}-freebsd${OSVERSION:C/([0-9]).+/\1/}-${ARCH}.xpi PLIST_FILES= %%DATADIR%%/${XPI_FILE} PLIST_DIRS= %%DATADIR%% +.if ${ARCH} == "sparc64" +.if ${GECKO} == "seamonkey" || ${GECKO} == "thunderbird" +BROKEN= Does not install on sparc64 +.endif +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} |