diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 05:52:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 05:52:18 +0000 |
commit | 9759efbae4361ffaaf242600a2142dab45e4ba04 (patch) | |
tree | 83da3d555f6836b8dfaa6fbc027b9fec53fe0cbe /astro/astrometry | |
parent | 232fa320bfa0be5759ac22dacaa0c7250b731a9e (diff) | |
download | ports-9759efbae4361ffaaf242600a2142dab45e4ba04.tar.gz ports-9759efbae4361ffaaf242600a2142dab45e4ba04.zip |
Notes
Diffstat (limited to 'astro/astrometry')
-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 1c4e5efdba57..805ca6f79dc7 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -31,8 +31,8 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> -.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: |