diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 01:12:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 01:12:22 +0000 |
commit | f70ffacee41731879ddeee9019063653485ea8fc (patch) | |
tree | 5c295f6ae8900fbdf92eca2df9770c59c3c345cf /astro | |
parent | 1b1918eec632197fcbc8b6b2b0074353e284c5b1 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/astrometry/Makefile | 8 |
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> |