pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/zenity zenity: Fix build tools



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61822a89100e
branches:  trunk
changeset: 451955:61822a89100e
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Tue May 04 08:51:01 2021 +0000

description:
zenity: Fix build tools

Restore itstool in USE_TOOLS
autoconf-archive and yelp-tools can (probably?) be in TOOL_DEPENDS.

diffstat:

 x11/zenity/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 0cda91ffa46f -r 61822a89100e x11/zenity/Makefile
--- a/x11/zenity/Makefile       Tue May 04 08:35:05 2021 +0000
+++ b/x11/zenity/Makefile       Tue May 04 08:51:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2021/05/03 18:57:58 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.99 2021/05/04 08:51:01 cirnatdan Exp $
 #
 
 DISTNAME=      zenity-3.32.0
@@ -15,10 +15,10 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake intltool msgfmt pkg-config autoreconf autoconf
-USE_TOOLS+=            automake gm4 aclocal xgettext autopoint
+USE_TOOLS+=            automake gm4 aclocal xgettext autopoint itstool
 
-BUILD_DEPENDS+=                yelp-tools-[0-9]*:../../textproc/yelp-tools
-BUILD_DEPENDS+=                autoconf-archive-[0-9]*:../../devel/autoconf-archive
+TOOL_DEPENDS+=         yelp-tools-[0-9]*:../../textproc/yelp-tools
+TOOL_DEPENDS+=         autoconf-archive-[0-9]*:../../devel/autoconf-archive
 
 pre-configure:
        ${RUN} cd ${WRKSRC} && ./autogen.sh



Home | Main Index | Thread Index | Old Index