diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 0ad14e58822..e24bf9281d9 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -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/GNOME/gnome-session 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 |