From 4413927dd4ac7b3f6c2769cfc6bf5880687f1fa4 Mon Sep 17 00:00:00 2001
From: cirnatdan <cirnatdan@pkgsrc.org>
Date: Mon, 3 May 2021 18:57:58 +0000
Subject: zenity: Really fix dependencies

gnome-common is deprecated, autoconf-archive should be used instead
itstool is part of yelp-tools
---
 x11/zenity/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'x11')

diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index 68b39271dc0..30d8b09f2be 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2021/05/03 18:18:31 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.98 2021/05/03 18:57:58 cirnatdan Exp $
 #
 
 DISTNAME=	zenity-3.32.0
+PKGREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/zenity/3.32/}
 EXTRACT_SUFX=	.tar.xz
@@ -14,9 +15,10 @@ LICENSE=	gnu-lgpl-v2
 USE_PKGLOCALEDIR=	yes
 GNU_CONFIGURE=		yes
 USE_TOOLS+=		gmake intltool msgfmt pkg-config autoreconf autoconf
-USE_TOOLS+=		automake gm4 aclocal xgettext autopoint itstool
+USE_TOOLS+=		automake gm4 aclocal xgettext autopoint
 
 BUILD_DEPENDS+=		yelp-tools-[0-9]*:../../textproc/yelp-tools
+BUILD_DEPENDS+=		autoconf-archive-[0-9]*:../../devel/autoconf-archive
 
 pre-configure:
 	${RUN} cd ${WRKSRC} && ./autogen.sh
-- 
cgit v1.2.3