diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 06:23:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 06:23:45 +0000 |
commit | 0be70b057f98fa3512b6aff1097d4f9db6707b7b (patch) | |
tree | e0c4167f5ee802f07d7649381b43cfc34796070c /astro | |
parent | 04a5a4873fa12434e71b9bd7015913a2b648d26f (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 2e7597ca611a..f6a8b6c20dee 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -52,8 +52,8 @@ CONFIGURE_ARGS+= --without-lua .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif pre-patch: |