summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2015-04-02 21:29:24 +0000
committerjoerg <joerg>2015-04-02 21:29:24 +0000
commit855aed7518cdb3a9a8dfb3bd861277c57cf5427d (patch)
treedb7127c3b4c4a8c3e4a1f8ced764d0a5bf91f850 /misc
parent018d423d633583f1a7bf6a68045185806347c3bc (diff)
downloadpkgsrc-855aed7518cdb3a9a8dfb3bd861277c57cf5427d.tar.gz
Lua 5.3 is no good either.
Diffstat (limited to 'misc')
-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