aboutsummaryrefslogtreecommitdiffstats
path: root/astro/astrometry
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-10-31 23:27:09 +0800
committerlinimon <linimon@FreeBSD.org>2009-10-31 23:27:09 +0800
commitf44dfa2471a183916e50264174d8b16817e073fa (patch)
tree185aa3e2b9a8e764b64cb2a9da853d9daf83f45f /astro/astrometry
parent18be264935a6870157e8161b9508877783e84c87 (diff)
downloadfreebsd-ports-gnome-f44dfa2471a183916e50264174d8b16817e073fa.tar.gz
freebsd-ports-gnome-f44dfa2471a183916e50264174d8b16817e073fa.tar.zst
freebsd-ports-gnome-f44dfa2471a183916e50264174d8b16817e073fa.zip
Also broken on sparc64-7.
Diffstat (limited to 'astro/astrometry')
-rw-r--r--astro/astrometry/Makefile4
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>