diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index f6a8b6c20dee..c0fdc56a374e 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -52,6 +52,10 @@ CONFIGURE_ARGS+= --without-lua .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} != "i386" && ${ARCH} != "amd64" BROKEN= "Does not compile on !i386 and !amd64" .endif |