pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/wine



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 26 12:40:08 UTC 2020

Modified Files:
        pkgsrc/emulators/wine: Makefile

Log Message:
wine: Add pkg-config to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 pkgsrc/emulators/wine/Makefile

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

Modified files:

Index: pkgsrc/emulators/wine/Makefile
diff -u pkgsrc/emulators/wine/Makefile:1.215 pkgsrc/emulators/wine/Makefile:1.216
--- pkgsrc/emulators/wine/Makefile:1.215        Sat May 23 21:20:38 2020
+++ pkgsrc/emulators/wine/Makefile      Tue May 26 12:40:08 2020
@@ -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 @@ LICENSE=      gnu-lgpl-v2.1
 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