pkgsrc-WIP-changes archive

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

luakit: USE_TOOLS+=pkg-config



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Fri Sep 28 00:22:40 2018 +0200
Changeset:	306b1c68edc304dd643c75021838b75ff731722f

Modified Files:
	luakit/Makefile

Log Message:
luakit: USE_TOOLS+=pkg-config

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=306b1c68edc304dd643c75021838b75ff731722f

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

diffstat:
 luakit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/luakit/Makefile b/luakit/Makefile
index b63b399da6..ea940a2feb 100644
--- a/luakit/Makefile
+++ b/luakit/Makefile
@@ -9,7 +9,7 @@ HOMEPAGE=	http://luakit.org/
 COMMENT=	Webkit based browser framework extensible by Lua
 LICENSE=	gnu-gpl-v3
 
-USE_TOOLS+=	gmake
+USE_TOOLS+=	gmake pkg-config
 
 LUAKIT_MAKE_FLAGS+=	DEVELOPMENT_PATHS=0
 LUAKIT_MAKE_FLAGS+=	APPDIR=${DESTDIR}${PREFIX}/share/applications


Home | Main Index | Thread Index | Old Index