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