aboutsummaryrefslogtreecommitdiff
path: root/astro/celestia
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 07:47:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 07:47:13 +0000
commit13e49e647b4d73a2ad9d8909957a79dfe6e48287 (patch)
treed57c2ddaf288a011a8c8550c12646b866f381607 /astro/celestia
parentae26427c632d542ce91328588fe34a5d92130a17 (diff)
downloadports-13e49e647b4d73a2ad9d8909957a79dfe6e48287.tar.gz
ports-13e49e647b4d73a2ad9d8909957a79dfe6e48287.zip
Notes
Diffstat (limited to 'astro/celestia')
-rw-r--r--astro/celestia/Makefile4
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