pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/mutter



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Nov 22 00:05:09 UTC 2020

Modified Files:
        pkgsrc/wm/mutter: Makefile

Log Message:
mutter: reflect universal tool dependencies universally


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/mutter/Makefile

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

Modified files:

Index: pkgsrc/wm/mutter/Makefile
diff -u pkgsrc/wm/mutter/Makefile:1.4 pkgsrc/wm/mutter/Makefile:1.5
--- pkgsrc/wm/mutter/Makefile:1.4       Sat Nov 21 10:41:47 2020
+++ pkgsrc/wm/mutter/Makefile   Sun Nov 22 00:05:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/11/21 10:41:47 mef Exp $
+# $NetBSD: Makefile,v 1.5 2020/11/22 00:05:09 gutteridge Exp $
 
 DISTNAME=      mutter-3.38.1
 CATEGORIES=    wm gnome
@@ -10,7 +10,7 @@ HOMEPAGE=     https://gitlab.gnome.org/GNOME
 COMMENT=       GNOME window manager
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            msgfmt pkg-config
 TOOL_DEPENDS+=         gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 .include "../../graphics/MesaLib/features.mk"
@@ -35,7 +35,6 @@ MESON_ARGS+=          -Dverbose=true
 
 .if ${OPSYS} == "NetBSD"
 MESON_ARGS+=           -Dopengl_libname=libGL.so
-USE_TOOLS+=            msgfmt
 TOOLS_PLATFORM.msgfmt=
 .endif
 



Home | Main Index | Thread Index | Old Index