pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/lua-unbound lua-unbound: Needs pkg-config to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c861af042a3e
branches:  trunk
changeset: 379447:c861af042a3e
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 17 11:31:16 2022 +0000

description:
lua-unbound: Needs pkg-config to build.

diffstat:

 net/lua-unbound/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0c2f15a93281 -r c861af042a3e net/lua-unbound/Makefile
--- a/net/lua-unbound/Makefile  Tue May 17 09:54:20 2022 +0000
+++ b/net/lua-unbound/Makefile  Tue May 17 11:31:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/05/08 20:32:14 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/17 11:31:16 nia Exp $
 
 DISTNAME=      luaunbound-1.0.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua//}
@@ -10,7 +10,7 @@
 COMMENT=       Binding of libunbound for the Lua language
 LICENSE=       modified-bsd
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 MAKE_FILE=     GNUmakefile
 
 LUA_VERSIONS_ACCEPTED= 52



Home | Main Index | Thread Index | Old Index