aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 21:37:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 21:37:43 +0000
commitca702b7472a02765c85493e45500186c4cdaaf5d (patch)
tree17c9cb042125929039544777dd37d88a391a840e /astro
parent4fa2b27b3cb98c6a4a16a13e7191c87e40cf920d (diff)
downloadports-ca702b7472a02765c85493e45500186c4cdaaf5d.tar.gz
ports-ca702b7472a02765c85493e45500186c4cdaaf5d.zip
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=132957
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 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