aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 00:46:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 00:46:39 +0000
commit9f8b91d33ede8af03a0d6e2bf4caede7e48e346b (patch)
treec7b5319ff1a39478d8a041d5e1f7e8ff35394e37 /net/boinc-client
parentd9ee19d1f370247e5538f308d19bbb47dba6d33b (diff)
downloadports-9f8b91d33ede8af03a0d6e2bf4caede7e48e346b.tar.gz
ports-9f8b91d33ede8af03a0d6e2bf4caede7e48e346b.zip
Notes
Diffstat (limited to 'net/boinc-client')
-rw-r--r--net/boinc-client/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 50e7bad0a58f..ae64231f8751 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -35,6 +35,10 @@ BOINC_DATADIR= ${PREFIX}/boinc
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
.if ${OSVERSION} < 500000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-api::boinc_api.C
.endif