summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2013-10-30 10:52:53 +0000
committerobache <obache>2013-10-30 10:52:53 +0000
commit28777907e69a9bee040d20371f37253b2cd7fef0 (patch)
tree5c57e4d388a42eb88cef7a381e64ef36d8b19cf2 /lang
parent81a930e7ba9191f478cda4b71fc4612338e98e7b (diff)
downloadpkgsrc-28777907e69a9bee040d20371f37253b2cd7fef0.tar.gz
LUA_PACKAGE is defined for build, not LUAPACKAGE.
Diffstat (limited to 'lang')
-rw-r--r--lang/lua/luaversion.mk4
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