pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2-xlib gdk-pixbuf2-xlib: Requires m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e94c5836084
branches:  trunk
changeset: 407535:4e94c5836084
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jan 06 16:34:36 2020 +0000

description:
gdk-pixbuf2-xlib: Requires msgfmt.

diffstat:

 graphics/gdk-pixbuf2-xlib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 10b1b893fc18 -r 4e94c5836084 graphics/gdk-pixbuf2-xlib/Makefile
--- a/graphics/gdk-pixbuf2-xlib/Makefile        Mon Jan 06 16:20:37 2020 +0000
+++ b/graphics/gdk-pixbuf2-xlib/Makefile        Mon Jan 06 16:34:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/11/02 22:37:57 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2020/01/06 16:34:36 jperkin Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       gdk-pixbuf2-xlib-${PIXBUF2_VERSION}
@@ -18,7 +18,7 @@
 
 .include "../../graphics/gdk-pixbuf2/Makefile.version"
 
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake msgfmt pkg-config
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf
 
 MESON_ARGS+=                   -D installed_tests=false



Home | Main Index | Thread Index | Old Index