diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-06 16:34:36 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-06 16:34:36 +0000 |
commit | 0bd50d456a8a63903edebd579afbb1dfac90c29d (patch) | |
tree | 9bdfc7420775dbc1dac1bc727e1d53d46569a2c4 /graphics | |
parent | 1c65eb58bbefb7745690ff4099cd19c100bbff25 (diff) | |
download | pkgsrc-0bd50d456a8a63903edebd579afbb1dfac90c29d.tar.gz |
gdk-pixbuf2-xlib: Requires msgfmt.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2-xlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf2-xlib/Makefile b/graphics/gdk-pixbuf2-xlib/Makefile index 35f703aacb5..c78c57a0d02 100644 --- a/graphics/gdk-pixbuf2-xlib/Makefile +++ b/graphics/gdk-pixbuf2-xlib/Makefile @@ -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 |