diff options
author | kris <kris@FreeBSD.org> | 2004-06-21 14:23:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-21 14:23:45 +0800 |
commit | 989fafd61fc2a73ab5bdfa30de09b5844ecfa3ec (patch) | |
tree | a2c83bc2ed990439b32d1130f81fbf03ed894f23 /astro/celestia | |
parent | 0cac06e9e0b21d89004866002b9c815035170c23 (diff) | |
download | freebsd-ports-gnome-989fafd61fc2a73ab5bdfa30de09b5844ecfa3ec.tar.gz freebsd-ports-gnome-989fafd61fc2a73ab5bdfa30de09b5844ecfa3ec.tar.zst freebsd-ports-gnome-989fafd61fc2a73ab5bdfa30de09b5844ecfa3ec.zip |
Now builds on amd64
Diffstat (limited to 'astro/celestia')
-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: |