summaryrefslogtreecommitdiff
path: root/misc/celestia
diff options
context:
space:
mode:
authordholland <dholland>2013-10-30 06:22:26 +0000
committerdholland <dholland>2013-10-30 06:22:26 +0000
commit64a4ec65c330c224f929727087d071a4a5f0814b (patch)
tree043e7650317d6e3b83ad585d7dea9f153b691368 /misc/celestia
parentd3da4e4aae77144da60277142c1b4b3633e36730 (diff)
downloadpkgsrc-64a4ec65c330c224f929727087d071a4a5f0814b.tar.gz
The Lua material here doesn't work with lua52.
Diffstat (limited to 'misc/celestia')
-rw-r--r--misc/celestia/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/celestia/options.mk b/misc/celestia/options.mk
index e386df104f1..30848781e12 100644
--- a/misc/celestia/options.mk
+++ b/misc/celestia/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2013/10/27 21:21:26 dholland Exp $
+# $NetBSD: options.mk,v 1.7 2013/10/30 06:22:26 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.celestia
PKG_SUPPORTED_OPTIONS= lua
@@ -10,6 +10,7 @@ PKG_SUGGESTED_OPTIONS= gtk lua
.if !empty(PKG_OPTIONS:Mlua)
CONFIGURE_ARGS+= --with-lua
+LUA_VERSIONS_INCOMPATIBLE=52
. include "../../lang/lua/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-lua