pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc BUILD_DEPENDS -> TOOL_DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9391471f2813
branches:  trunk
changeset: 442045:9391471f2813
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 17 15:31:10 2020 +0000

description:
BUILD_DEPENDS -> TOOL_DEPENDS

diffstat:

 time/gnome-calendar/Makefile |  4 ++--
 wm/mutter/Makefile           |  4 ++--
 x11/gnome-session/Makefile   |  5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 4a82f1fc4718 -r 9391471f2813 time/gnome-calendar/Makefile
--- a/time/gnome-calendar/Makefile      Tue Nov 17 14:23:17 2020 +0000
+++ b/time/gnome-calendar/Makefile      Tue Nov 17 15:31:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/17 13:49:27 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/17 15:31:51 nia Exp $
 
 DISTNAME=      gnome-calendar-3.38.1
 MASTER_SITES=  ${MASTER_SITE_GNOME:=/sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
@@ -10,7 +10,7 @@
 COMMENT=       Calendar application for GNOME
 LICENSE=       gnu-gpl-v3
 
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 USE_TOOLS+=    pkg-config msgfmt xgettext
 
diff -r 4a82f1fc4718 -r 9391471f2813 wm/mutter/Makefile
--- a/wm/mutter/Makefile        Tue Nov 17 14:23:17 2020 +0000
+++ b/wm/mutter/Makefile        Tue Nov 17 15:31:10 2020 +0000
@@ -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 @@
 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"
 
diff -r 4a82f1fc4718 -r 9391471f2813 x11/gnome-session/Makefile
--- a/x11/gnome-session/Makefile        Tue Nov 17 14:23:17 2020 +0000
+++ b/x11/gnome-session/Makefile        Tue Nov 17 15:31:10 2020 +0000
@@ -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 @@
 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