pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2-xlib



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jan  6 16:34:36 UTC 2020

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2-xlib: Makefile

Log Message:
gdk-pixbuf2-xlib: Requires msgfmt.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile

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

Modified files:

Index: pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.26 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.27
--- pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.26      Sat Nov  2 22:37:57 2019
+++ pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile   Mon Jan  6 16:34:36 2020
@@ -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 @@ CONFLICTS+=   gtk2+<2.22
 
 .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