pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxkbcommon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 10:10:22 UTC 2021

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile

Log Message:
libxkbcommon: remove gmake from tools, uses meson


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/libxkbcommon/Makefile

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

Modified files:

Index: pkgsrc/x11/libxkbcommon/Makefile
diff -u pkgsrc/x11/libxkbcommon/Makefile:1.32 pkgsrc/x11/libxkbcommon/Makefile:1.33
--- pkgsrc/x11/libxkbcommon/Makefile:1.32       Mon Apr 12 12:53:12 2021
+++ pkgsrc/x11/libxkbcommon/Makefile    Tue Apr 13 10:10:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2021/04/12 12:53:12 nia Exp $
+# $NetBSD: Makefile,v 1.33 2021/04/13 10:10:22 wiz Exp $
 
 DISTNAME=      libxkbcommon-1.2.0
 CATEGORIES=    x11
@@ -10,7 +10,7 @@ HOMEPAGE=     https://xkbcommon.org/
 COMMENT=       Library to handle keyboard descriptions
 LICENSE=       mit
 
-USE_TOOLS+=    bison gmake pkg-config
+USE_TOOLS+=    bison pkg-config
 
 MESON_ARGS+=   -Denable-wayland=false
 



Home | Main Index | Thread Index | Old Index