pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/zenity zenity: Really fix dependencies
details: https://anonhg.NetBSD.org/pkgsrc/rev/afb3b0c2064d
branches: trunk
changeset: 451907:afb3b0c2064d
user: cirnatdan <cirnatdan%pkgsrc.org@localhost>
date: Mon May 03 18:57:58 2021 +0000
description:
zenity: Really fix dependencies
gnome-common is deprecated, autoconf-archive should be used instead
itstool is part of yelp-tools
diffstat:
x11/zenity/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 7452d491baa3 -r afb3b0c2064d x11/zenity/Makefile
--- a/x11/zenity/Makefile Mon May 03 18:36:27 2021 +0000
+++ b/x11/zenity/Makefile Mon May 03 18:57:58 2021 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index