LuaJIT uses ldconfig in the 'install' target.
This commit is contained in:
parent
68dc958919
commit
df282e072f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
DISTNAME= LuaJIT-2.0.3
|
||||||
|
@ -12,6 +12,6 @@ HOMEPAGE= http://luajit.org/
|
||||||
COMMENT= Just-In-Time Compiler for the Lua programming language
|
COMMENT= Just-In-Time Compiler for the Lua programming language
|
||||||
LICENSE= mit
|
LICENSE= mit
|
||||||
|
|
||||||
USE_TOOLS+= gmake
|
USE_TOOLS+= gmake ldconfig
|
||||||
|
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
Loading…
Reference in a new issue