diff options
author | kris <kris@FreeBSD.org> | 2005-04-11 05:37:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-11 05:37:43 +0800 |
commit | c3ed64512c76740a8ef9ca2eb235e6e4c69e98a4 (patch) | |
tree | 6bb0ea384b2568ac07c187bf25f10307a2d0a78f /astro | |
parent | a3bed607c31d78ade1e65c96a090a744d6a5afdd (diff) | |
download | freebsd-ports-gnome-c3ed64512c76740a8ef9ca2eb235e6e4c69e98a4.tar.gz freebsd-ports-gnome-c3ed64512c76740a8ef9ca2eb235e6e4c69e98a4.tar.zst freebsd-ports-gnome-c3ed64512c76740a8ef9ca2eb235e6e4c69e98a4.zip |
BROKEN on 4.x: Does not compile
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 |