lua-alt-getopt: add missing pkg-config tool.

This commit is contained in:
wiz 2019-02-18 13:15:22 +00:00
parent 18ad3a33c4
commit aebdca030e

View file

@ -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"