diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-10-31 15:27:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-10-31 15:27:09 +0000 |
commit | 8a5bcc52fe55e97775e0e5500f228dc3c1b701b7 (patch) | |
tree | e7f5bcc8ee239eb6ddd9a7f91856f028c14fe231 /astro | |
parent | db3357edefd0275af9d67b3f0e55555cbff3728a (diff) | |
download | ports-8a5bcc52fe55e97775e0e5500f228dc3c1b701b7.tar.gz ports-8a5bcc52fe55e97775e0e5500f228dc3c1b701b7.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/astrometry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 36abfc57ace0..28f3e2653417 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -38,8 +38,8 @@ post-install: .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 -BROKEN= Does not build on sparc64-8 +.if ${ARCH} == "sparc64" +BROKEN= Does not build on sparc64 .endif .include <bsd.port.post.mk> |