aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-21 06:23:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-21 06:23:45 +0000
commit0be70b057f98fa3512b6aff1097d4f9db6707b7b (patch)
treee0c4167f5ee802f07d7649381b43cfc34796070c /astro
parent04a5a4873fa12434e71b9bd7015913a2b648d26f (diff)
downloadports-0be70b057f98fa3512b6aff1097d4f9db6707b7b.tar.gz
ports-0be70b057f98fa3512b6aff1097d4f9db6707b7b.zip
Now builds on amd64
Notes
Notes: svn path=/head/; revision=111916
Diffstat (limited to 'astro')
-rw-r--r--astro/celestia/Makefile4
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: