summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-10 21:37:43 +0000
committerkris <kris@FreeBSD.org>2005-04-10 21:37:43 +0000
commitc3ed64512c76740a8ef9ca2eb235e6e4c69e98a4 (patch)
tree6bb0ea384b2568ac07c187bf25f10307a2d0a78f /astro
parenta3bed607c31d78ade1e65c96a090a744d6a5afdd (diff)
downloadFreeBSD-ports-c3ed64512c76740a8ef9ca2eb235e6e4c69e98a4.zip
FreeBSD-ports-c3ed64512c76740a8ef9ca2eb235e6e4c69e98a4.tar.gz
BROKEN on 4.x: Does not compile
Diffstat (limited to 'astro')
-rw-r--r--astro/celestia/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile
index 620d750..4fa9963 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
OpenPOWER on IntegriCloud