diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:47:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:47:13 +0000 |
commit | 13e49e647b4d73a2ad9d8909957a79dfe6e48287 (patch) | |
tree | d57c2ddaf288a011a8c8550c12646b866f381607 /astro/celestia | |
parent | ae26427c632d542ce91328588fe34a5d92130a17 (diff) | |
download | ports-13e49e647b4d73a2ad9d8909957a79dfe6e48287.tar.gz ports-13e49e647b4d73a2ad9d8909957a79dfe6e48287.zip |
Notes
Diffstat (limited to 'astro/celestia')
-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 |