pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/lua LUA_PACKAGE is defined for build, not LUAPACK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f11760a694a
branches:  trunk
changeset: 626030:0f11760a694a
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Oct 30 10:52:53 2013 +0000

description:
LUA_PACKAGE is defined for build, not LUAPACKAGE.

diffstat:

 lang/lua/luaversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64b75d43d5da -r 0f11760a694a lang/lua/luaversion.mk
--- a/lang/lua/luaversion.mk    Wed Oct 30 10:47:32 2013 +0000
+++ b/lang/lua/luaversion.mk    Wed Oct 30 10:52:53 2013 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index