diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 14:37:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 14:37:16 +0800 |
commit | e0a2c0ff7f82b86e12bb2e12a5e6090e7288d68d (patch) | |
tree | e10288bb39fa22f4e4e1dac12fee13dd6e7b867e /astro | |
parent | e0ac3380aa1305fbb3ceea1914c772d760754048 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |