diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:37:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:37:16 +0000 |
commit | 193620f84bac8c519865acc971cae91a358d117c (patch) | |
tree | 1024068740f2f76bf23a2a5ed4853ee84df0792a /astro/boinc-setiathome-enhanced/Makefile | |
parent | be45456273f7dde9e7543ee8ec99b495774cd3eb (diff) | |
download | ports-193620f84bac8c519865acc971cae91a358d117c.tar.gz ports-193620f84bac8c519865acc971cae91a358d117c.zip |
Notes
Diffstat (limited to 'astro/boinc-setiathome-enhanced/Makefile')
-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> |