aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-02-01 14:37:16 +0800
committerlinimon <linimon@FreeBSD.org>2008-02-01 14:37:16 +0800
commite0a2c0ff7f82b86e12bb2e12a5e6090e7288d68d (patch)
treee10288bb39fa22f4e4e1dac12fee13dd6e7b867e /astro
parente0ac3380aa1305fbb3ceea1914c772d760754048 (diff)
downloadfreebsd-ports-gnome-e0a2c0ff7f82b86e12bb2e12a5e6090e7288d68d.tar.gz
freebsd-ports-gnome-e0a2c0ff7f82b86e12bb2e12a5e6090e7288d68d.tar.zst
freebsd-ports-gnome-e0a2c0ff7f82b86e12bb2e12a5e6090e7288d68d.zip
Mark as broken on sparc64: does not install.
Diffstat (limited to 'astro')
-rw-r--r--astro/boinc-setiathome-enhanced/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile
index f1f82efd056b..9100f693b9ee 100644
--- a/astro/boinc-setiathome-enhanced/Makefile
+++ b/astro/boinc-setiathome-enhanced/Makefile
@@ -86,4 +86,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install
+.endif
+
+.include <bsd.port.post.mk>