pkgsrc-WIP-changes archive

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

widelands: Add tool dependency for pkg-config



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Jul 20 16:54:40 2020 +0200
Changeset:	309ff21c6e290a3a41ced2121f4ec180a46ab80c

Modified Files:
	widelands/Makefile

Log Message:
widelands: Add tool dependency for pkg-config

Used by cmake to detect installed dependencies.

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

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

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

diffs:
diff --git a/widelands/Makefile b/widelands/Makefile
index 5f759b87a2..5ca0ad6f48 100644
--- a/widelands/Makefile
+++ b/widelands/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v2
 
 USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config
-USE_TOOLS+=	msgfmt msgmerge xgettext
+USE_TOOLS+=	msgfmt msgmerge pkg-config xgettext
 USE_LANGUAGES=	c c++11
 
 # C++11


Home | Main Index | Thread Index | Old Index