diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-08-10 09:12:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-08-10 09:12:07 +0000 |
commit | 1c62316060723247b3b478594cb23a2b767198f8 (patch) | |
tree | a6c14baa8721b9f8e226094a95301bf2e68beb73 /net/boinc-client | |
parent | 66945b4faeaa98c0e91020ae769c69f30a14f08e (diff) |
Notes
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 8262003f8017..9bb275af7e6b 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -44,6 +44,10 @@ OPTIONS= X11 "Build Boinc Manager GUI" on \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + .if !defined(WITHOUT_X11) USE_GL= glut USE_XORG= x11 |