pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/zenity



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Mon May  3 18:57:58 UTC 2021

Modified Files:
        pkgsrc/x11/zenity: Makefile

Log Message:
zenity: Really fix dependencies

gnome-common is deprecated, autoconf-archive should be used instead
itstool is part of yelp-tools


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/x11/zenity/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/zenity/Makefile
diff -u pkgsrc/x11/zenity/Makefile:1.97 pkgsrc/x11/zenity/Makefile:1.98
--- pkgsrc/x11/zenity/Makefile:1.97     Mon May  3 18:18:31 2021
+++ pkgsrc/x11/zenity/Makefile  Mon May  3 18:57:58 2021
@@ -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



Home | Main Index | Thread Index | Old Index