summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-11-06 13:38:40 +0000
committermef <mef@pkgsrc.org>2020-11-06 13:38:40 +0000
commit6e5c1acb47f348c587f8fe34c942946895ddfc73 (patch)
treed4ad24e13ce84258290765b5cc3c8367abb7f297 /x11
parent42ac9423d8ba47627b0765b21b60fe8df08b1aae (diff)
downloadpkgsrc-6e5c1acb47f348c587f8fe34c942946895ddfc73.tar.gz
(x11/gnome-desktop3) DEPENDS+= line should appear earlier
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-desktop3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile
index cb04d75d2d1..ef9e8bea458 100644
--- a/x11/gnome-desktop3/Makefile
+++ b/x11/gnome-desktop3/Makefile
@@ -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 @@ HOMEPAGE= https://www.gnome.org/
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