aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
Diffstat (limited to 'astro')
-rw-r--r--astro/astrometry/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index fa6a9dc54a5c..36abfc57ace0 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -36,4 +36,10 @@ post-extract:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
+BROKEN= Does not build on sparc64-8
+.endif
+
+.include <bsd.port.post.mk>