diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 55ebd1c9c7d..812febd5635 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/07/22 09:13:13 nia Exp $ +# $NetBSD: Makefile,v 1.39 2019/07/25 09:29:31 nia Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -15,7 +15,7 @@ CONFLICTS+= gtk2+<2.22 .include "../../graphics/gdk-pixbuf2/Makefile.version" -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config xgettext MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf MESON_ARGS+= -D installed_tests=false |