summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-02 11:06:12 +0000
committernia <nia@pkgsrc.org>2021-05-02 11:06:12 +0000
commit74da10948afd2af555b0fd521263e7e01c1b2ec1 (patch)
treed5295d8b9d59aa8afe901dd33796555c45525c7e /x11/gtk3
parent9fe096593275aedf407ed4d21fe19a5ebf309f03 (diff)
downloadpkgsrc-74da10948afd2af555b0fd521263e7e01c1b2ec1.tar.gz
*: Use the tools framework for gdbus-codegen
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index 4caecfaa4d0..ad96b3b5fbe 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.163 2021/04/28 22:49:29 leot Exp $
+# $NetBSD: Makefile,v 1.164 2021/05/02 11:06:16 nia Exp $
DISTNAME= gtk+-3.24.29
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
@@ -16,9 +16,10 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= ggrep gmake perl pkg-config bash xgettext msgmerge
+USE_TOOLS+= gdbus-codegen
GNU_CONFIGURE= yes
PTHREAD_AUTO_VARS= yes
-TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
TOOL_DEPENDS+= gettext-tools>=0.19.4nb1:../../devel/gettext-tools
# There is no logic in gettext.mk to detect the native version of xgettext,