diff options
author | alnsn <alnsn@pkgsrc.org> | 2015-02-26 18:40:19 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2015-02-26 18:40:19 +0000 |
commit | 35917adb4375c95dbd30fc61b12e1b2d5d80a796 (patch) | |
tree | c28ea0f0724bcabc8b8fc1bdb3185115b2dc7dda | |
parent | e07d45764a5e012aecd36c6c8c0259386094590e (diff) | |
download | pkgsrc-35917adb4375c95dbd30fc61b12e1b2d5d80a796.tar.gz |
LuaJIT uses ldconfig in the 'install' target.
-rw-r--r-- | lang/LuaJIT2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/LuaJIT2/Makefile b/lang/LuaJIT2/Makefile index e519b0b000a..bc27a7fe374 100644 --- a/lang/LuaJIT2/Makefile +++ b/lang/LuaJIT2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/03/26 13:29:53 imil Exp $ +# $NetBSD: Makefile,v 1.4 2015/02/26 18:40:19 alnsn Exp $ # DISTNAME= LuaJIT-2.0.3 @@ -12,6 +12,6 @@ HOMEPAGE= http://luajit.org/ COMMENT= Just-In-Time Compiler for the Lua programming language LICENSE= mit -USE_TOOLS+= gmake +USE_TOOLS+= gmake ldconfig .include "../../mk/bsd.pkg.mk" |