Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine wine: Add pkg-config to USE_TOOLS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7285e5ae343
branches:  trunk
changeset: 432871:c7285e5ae343
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 26 12:40:08 2020 +0000

description:
wine: Add pkg-config to USE_TOOLS

diffstat:

 emulators/wine/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 496f4e6b06e6 -r c7285e5ae343 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Tue May 26 12:22:57 2020 +0000
+++ b/emulators/wine/Makefile   Tue May 26 12:40:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.215 2020/05/23 21:20:38 adam Exp $
+# $NetBSD: Makefile,v 1.216 2020/05/26 12:40:08 nia Exp $
 
 DISTNAME=      wine-4.0.3
 CATEGORIES=    emulators
@@ -14,6 +14,7 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    bison flex gmake mktemp msgfmt perl
+USE_TOOLS+=    pkg-config
 
 REPLACE_PERL+= tools/winemaker/winemaker
 REPLACE_PERL+= tools/winedump/function_grep.pl



Home | Main Index | Thread Index | Old Index