diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:56:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:56:52 +0000 |
commit | cb8ba9446dd6056d6486d00e45840450aa7793c8 (patch) | |
tree | 4d3b647df95227969c061bb098c8a75ed1030479 /astro/celestia/Makefile | |
parent | 63c02a83ee51879aa98fc831e50cbfdedefbebc1 (diff) |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111643
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=191386
Diffstat (limited to 'astro/celestia/Makefile')
-rw-r--r-- | astro/celestia/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 4f7fff977184..7304beff46e4 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -72,10 +72,6 @@ OPTIONS= LUA "Lua support" on .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD 4.x -.endif - .if defined(WITH_LUA) USE_LUA= 5.0 CONFIGURE_ARGS+= --with-lua |