pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua lang/lua: fix typo for PKG_FAIL_REASON in lua...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3306f7177b31
branches: trunk
changeset: 383132:3306f7177b31
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Jul 23 22:22:42 2018 +0000
description:
lang/lua: fix typo for PKG_FAIL_REASON in luaversion.mk
diffstat:
lang/lua/luaversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 715a3f98441f -r 3306f7177b31 lang/lua/luaversion.mk
--- a/lang/lua/luaversion.mk Mon Jul 23 05:35:13 2018 +0000
+++ b/lang/lua/luaversion.mk Mon Jul 23 22:22:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: luaversion.mk,v 1.9 2015/02/16 10:52:34 jperkin Exp $
+# $NetBSD: luaversion.mk,v 1.10 2018/07/23 22:22:42 rillig Exp $
# This file determins which Lua version is used as a dependency for
# a package.
@@ -145,7 +145,7 @@
LUA_BASEDEPENDS= lua51>=5.1<5.2:${LUA_PKGSRCDIR}
.else
-PKG_FAIL_REASION+= "No valid Lua version found"
+PKG_FAIL_REASON+= "No valid Lua version found"
.endif
Home |
Main Index |
Thread Index |
Old Index