pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lua-alt-getopt lua-alt-getopt: add missing pkg-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf6e2c480870
branches:  trunk
changeset: 319697:bf6e2c480870
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 18 13:15:22 2019 +0000

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

diffstat:

 devel/lua-alt-getopt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b1ec352e0076 -r bf6e2c480870 devel/lua-alt-getopt/Makefile
--- a/devel/lua-alt-getopt/Makefile     Mon Feb 18 12:57:41 2019 +0000
+++ b/devel/lua-alt-getopt/Makefile     Mon Feb 18 13:15:22 2019 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index