summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
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 2e7597c..f6a8b6c 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:
OpenPOWER on IntegriCloud