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:           Sun Nov 28 14:49:33 UTC 2021

Modified Files:
        pkgsrc/x11/zenity: Makefile

Log Message:
zenity: Remove unused(?) build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 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.100 pkgsrc/x11/zenity/Makefile:1.101
--- pkgsrc/x11/zenity/Makefile:1.100    Tue Nov 23 13:38:29 2021
+++ pkgsrc/x11/zenity/Makefile  Sun Nov 28 14:49:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2021/11/23 13:38:29 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.101 2021/11/28 14:49:33 cirnatdan Exp $
 #
 
 DISTNAME=      zenity-3.41.0
@@ -11,13 +11,10 @@ HOMEPAGE=   https://www.gnome.org/
 COMMENT=       Display GNOME dialogs from the command line
 LICENSE=       gnu-lgpl-v2.1
 
-USE_PKGLOCALEDIR=      yes
-GNU_CONFIGURE=         yes
-USE_TOOLS+=            intltool msgfmt pkg-config
-USE_TOOLS+=            automake gm4 aclocal xgettext autopoint itstool
+USE_TOOLS+=            pkg-config
+USE_TOOLS+=            itstool
 
 TOOL_DEPENDS+=         yelp-tools-[0-9]*:../../textproc/yelp-tools
-TOOL_DEPENDS+=         autoconf-archive-[0-9]*:../../devel/autoconf-archive
 
 REPLACE_INTERPRETER+=  perl5
 REPLACE.perl5.old=     @PERL@



Home | Main Index | Thread Index | Old Index