summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-10-30 06:22:26 +0000
committerdholland <dholland@pkgsrc.org>2013-10-30 06:22:26 +0000
commitae60c825664549639c4426a8c28622d02c6b48d5 (patch)
tree043e7650317d6e3b83ad585d7dea9f153b691368 /misc
parent743ccf11dce942333a6f0322e4e571332d76aa79 (diff)
downloadpkgsrc-ae60c825664549639c4426a8c28622d02c6b48d5.tar.gz
The Lua material here doesn't work with lua52.
Diffstat (limited to 'misc')
-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