diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 1c4e5efdba57..805ca6f79dc7 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -31,8 +31,8 @@ SUB_FILES= pkg-message .include -.if ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif post-patch: