diff options
author | obache <obache@pkgsrc.org> | 2013-10-30 10:52:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-30 10:52:53 +0000 |
commit | 22599c7f304629549aa0343984d6cf6f3e6f403e (patch) | |
tree | 5c57e4d388a42eb88cef7a381e64ef36d8b19cf2 /lang | |
parent | b909b2fb821c8b08679ffbfc69d178a68769a246 (diff) | |
download | pkgsrc-22599c7f304629549aa0343984d6cf6f3e6f403e.tar.gz |
LUA_PACKAGE is defined for build, not LUAPACKAGE.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua/luaversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/luaversion.mk b/lang/lua/luaversion.mk index c767243eb10..1feaf09d713 100644 --- a/lang/lua/luaversion.mk +++ b/lang/lua/luaversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: luaversion.mk,v 1.2 2013/10/30 08:53:40 obache Exp $ +# $NetBSD: luaversion.mk,v 1.3 2013/10/30 10:52:53 obache Exp $ # This file determins which Lua version is used as a dependency for # a package. @@ -56,7 +56,7 @@ LUA_LUAVERSION_MK= # defined .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= LUA_VERSION_DEFAULT -BUILD_DEFS_EFFECTS+= LUAPACKAGE +BUILD_DEFS_EFFECTS+= LUA_PACKAGE LUA_VERSION_DEFAULT?= 52 LUA_VERSIONS_ACCEPTED?= 52 51 |