pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-desktop3 (x11/gnome-desktop3) DEPENDS+= line...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc99f4f3ac70
branches:  trunk
changeset: 441578:fc99f4f3ac70
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Nov 06 13:38:40 2020 +0000

description:
(x11/gnome-desktop3) DEPENDS+= line should appear earlier

diffstat:

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

diffs (22 lines):

diff -r 341e4ea42425 -r fc99f4f3ac70 x11/gnome-desktop3/Makefile
--- a/x11/gnome-desktop3/Makefile       Fri Nov 06 13:34:37 2020 +0000
+++ b/x11/gnome-desktop3/Makefile       Fri Nov 06 13:38:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/11/06 13:34:37 mef Exp $
+# $NetBSD: Makefile,v 1.42 2020/11/06 13:38:40 mef Exp $
 
 DISTNAME=      gnome-desktop-3.38.1
 PKGNAME=       ${DISTNAME:S/desktop/desktop3/}
@@ -11,10 +11,10 @@
 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
+
 USE_TOOLS+=            pkg-config xgettext
 USE_PKGLOCALEDIR=      yes
-DEPENDS+=      gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
 PKGCONFIG_OVERRIDE+=   libgnome-desktop/gnome-desktop-3.0.pc.in
 
 MESON_ARGS+=           -Dsystemd=disabled



Home | Main Index | Thread Index | Old Index