diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:37:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:37:43 +0000 |
commit | ca702b7472a02765c85493e45500186c4cdaaf5d (patch) | |
tree | 17c9cb042125929039544777dd37d88a391a840e /astro | |
parent | 4fa2b27b3cb98c6a4a16a13e7191c87e40cf920d (diff) |
Notes
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 620d750902d7..4fa9963d51ee 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -41,6 +41,10 @@ OPTIONS= LUA "Lua support" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + .if defined(WITH_LUA) LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua CONFIGURE_ARGS+= --with-lua |