lua-alt-getopt: add missing pkg-config tool.
This commit is contained in:
parent
18ad3a33c4
commit
aebdca030e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2019/02/15 20:13:07 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2019/02/18 13:15:22 wiz Exp $
|
||||
|
||||
DISTNAME= lua-alt-getopt-0.8.0
|
||||
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua-//}
|
||||
|
@ -12,6 +12,8 @@ LICENSE= mit
|
|||
|
||||
MAKE_FLAGS= PCNAME.lua=lua-${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
.include "../../devel/mk-configure/mk-c.mk"
|
||||
.include "../../lang/lua/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue