pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/celestia Lua 5.3 is no good either.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b0ebc5003d5
branches:  trunk
changeset: 649148:9b0ebc5003d5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 02 21:29:24 2015 +0000

description:
Lua 5.3 is no good either.

diffstat:

 misc/celestia/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ad3ffaceae28 -r 9b0ebc5003d5 misc/celestia/options.mk
--- a/misc/celestia/options.mk  Thu Apr 02 21:23:22 2015 +0000
+++ b/misc/celestia/options.mk  Thu Apr 02 21:29:24 2015 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index