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 17:10:08 UTC 2021

Modified Files:
        pkgsrc/x11/zenity: Makefile

Log Message:
zenity: msgfmt required for build


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 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.102 pkgsrc/x11/zenity/Makefile:1.103
--- pkgsrc/x11/zenity/Makefile:1.102    Sun Nov 28 15:32:58 2021
+++ pkgsrc/x11/zenity/Makefile  Sun Nov 28 17:10:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2021/11/28 15:32:58 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.103 2021/11/28 17:10:08 cirnatdan Exp $
 #
 
 DISTNAME=      zenity-3.41.0
@@ -12,7 +12,7 @@ COMMENT=      Display GNOME dialogs from the 
 LICENSE=       gnu-lgpl-v2.1
 
 USE_TOOLS+=            pkg-config perl:run
-USE_TOOLS+=            itstool
+USE_TOOLS+=            itstool msgfmt
 
 TOOL_DEPENDS+=         yelp-tools-[0-9]*:../../textproc/yelp-tools
 



Home | Main Index | Thread Index | Old Index