summaryrefslogtreecommitdiff
path: root/misc/celestia
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-04-02 21:29:24 +0000
committerjoerg <joerg@pkgsrc.org>2015-04-02 21:29:24 +0000
commit0ba28bf955cf2f2d6ad061ec9bf363a0a9c7fd34 (patch)
treedb7127c3b4c4a8c3e4a1f8ced764d0a5bf91f850 /misc/celestia
parent9814ac1cfd7f0e28d1bfaeb41b5bbdb9476ad0b5 (diff)
downloadpkgsrc-0ba28bf955cf2f2d6ad061ec9bf363a0a9c7fd34.tar.gz
Lua 5.3 is no good either.
Diffstat (limited to 'misc/celestia')
-rw-r--r--misc/celestia/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/celestia/options.mk b/misc/celestia/options.mk
index 30848781e12..72a1be24e9a 100644
--- a/misc/celestia/options.mk
+++ b/misc/celestia/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2013/10/30 06:22:26 dholland Exp $
+# $NetBSD: options.mk,v 1.8 2015/04/02 21:29:24 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.celestia
PKG_SUPPORTED_OPTIONS= lua
@@ -10,7 +10,7 @@ PKG_SUGGESTED_OPTIONS= gtk lua
.if !empty(PKG_OPTIONS:Mlua)
CONFIGURE_ARGS+= --with-lua
-LUA_VERSIONS_INCOMPATIBLE=52
+LUA_VERSIONS_INCOMPATIBLE= 52 53
. include "../../lang/lua/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-lua