pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-desktop3 gnome-desktop3: make gdbus-codegen ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbb0901a16f9
branches:  trunk
changeset: 441594:cbb0901a16f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 06 18:31:15 2020 +0000

description:
gnome-desktop3: make gdbus-codegen a TOOL_DEPENDS

diffstat:

 x11/gnome-desktop3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0c118ddfaa9f -r cbb0901a16f9 x11/gnome-desktop3/Makefile
--- a/x11/gnome-desktop3/Makefile       Fri Nov 06 18:15:37 2020 +0000
+++ b/x11/gnome-desktop3/Makefile       Fri Nov 06 18:31:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/11/06 13:38:40 mef Exp $
+# $NetBSD: Makefile,v 1.43 2020/11/06 18:31:15 wiz Exp $
 
 DISTNAME=      gnome-desktop-3.38.1
 PKGNAME=       ${DISTNAME:S/desktop/desktop3/}
@@ -11,7 +11,7 @@
 COMMENT=       GNOME3 desktop-wide documents and libgnome-desktop library
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2 AND gnu-fdl-v1.1
 
-DEPENDS+=              gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+TOOL_DEPENDS+=         gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 USE_TOOLS+=            pkg-config xgettext
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index