pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lua-unbound



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 17 11:31:16 UTC 2022

Modified Files:
        pkgsrc/net/lua-unbound: Makefile

Log Message:
lua-unbound: Needs pkg-config to build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/lua-unbound/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/lua-unbound/Makefile
diff -u pkgsrc/net/lua-unbound/Makefile:1.1 pkgsrc/net/lua-unbound/Makefile:1.2
--- pkgsrc/net/lua-unbound/Makefile:1.1 Sun May  8 20:32:14 2022
+++ pkgsrc/net/lua-unbound/Makefile     Tue May 17 11:31:16 2022
@@ -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 @@ HOMEPAGE=     https://code.zash.se/dl/luaunb
 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