pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua Fixes missing ":"
details: https://anonhg.NetBSD.org/pkgsrc/rev/beadf0719c7f
branches: trunk
changeset: 626243:beadf0719c7f
user: obache <obache%pkgsrc.org@localhost>
date: Tue Nov 05 11:26:44 2013 +0000
description:
Fixes missing ":"
diffstat:
lang/lua/luaversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cbc697efd0b3 -r beadf0719c7f lang/lua/luaversion.mk
--- a/lang/lua/luaversion.mk Tue Nov 05 11:15:47 2013 +0000
+++ b/lang/lua/luaversion.mk Tue Nov 05 11:26:44 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: luaversion.mk,v 1.3 2013/10/30 10:52:53 obache Exp $
+# $NetBSD: luaversion.mk,v 1.4 2013/11/05 11:26:44 obache Exp $
# This file determins which Lua version is used as a dependency for
# a package.
@@ -109,7 +109,7 @@
LUA_PACKAGE= lua52
LUA_PKGSRCDIR= ../../lang/lua52
LUA_PKGPREFIX= lua52
-LUA_BASEDEPENDS= lua52>=5.2<5.3${LUA_PKGSRCDIR}
+LUA_BASEDEPENDS= lua52>=5.2<5.3:${LUA_PKGSRCDIR}
.elif ${_LUA_VERSION} == "51"
LUA_PACKAGE= lua51
Home |
Main Index |
Thread Index |
Old Index