pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 17 15:31:10 UTC 2020

Modified Files:
        pkgsrc/wm/mutter: Makefile
        pkgsrc/x11/gnome-session: Makefile

Log Message:
BUILD_DEPENDS -> TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/mutter/Makefile
cvs rdiff -u -r1.198 -r1.199 pkgsrc/x11/gnome-session/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.2 pkgsrc/wm/mutter/Makefile:1.3
--- pkgsrc/wm/mutter/Makefile:1.2       Tue Nov 17 13:27:00 2020
+++ pkgsrc/wm/mutter/Makefile   Tue Nov 17 15:31:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/17 13:27:00 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/17 15:31:10 nia Exp $
 
 DISTNAME=      mutter-3.38.1
 CATEGORIES=    wm gnome
@@ -11,7 +11,7 @@ COMMENT=      GNOME window manager
 LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=            pkg-config
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+TOOL_DEPENDS+=         gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 .include "../../graphics/MesaLib/features.mk"
 

Index: pkgsrc/x11/gnome-session/Makefile
diff -u pkgsrc/x11/gnome-session/Makefile:1.198 pkgsrc/x11/gnome-session/Makefile:1.199
--- pkgsrc/x11/gnome-session/Makefile:1.198     Tue Nov 17 13:34:06 2020
+++ pkgsrc/x11/gnome-session/Makefile   Tue Nov 17 15:31:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.198 2020/11/17 13:34:06 mef Exp $
+# $NetBSD: Makefile,v 1.199 2020/11/17 15:31:10 nia Exp $
 
 DISTNAME=              gnome-session-3.38.0
 CATEGORIES=            x11 gnome
@@ -10,8 +10,7 @@ HOMEPAGE=             https://gitlab.gnome.org/GNOM
 COMMENT=               GNOME3 session management utilities
 LICENSE=               gnu-gpl-v2
 
-BUILD_DEPENDS+=                gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
+TOOL_DEPENDS+=         gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 TOOL_DEPENDS+=         libxslt-[0-9]*:../../textproc/libxslt
 TOOL_DEPENDS+=         xmlto-[0-9]*:../../textproc/xmlto
 



Home | Main Index | Thread Index | Old Index