diff options
author | nia <nia@pkgsrc.org> | 2019-07-25 09:29:31 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-25 09:29:31 +0000 |
commit | b17b61bbb57b3ba00e104979349545eabf23f4fe (patch) | |
tree | 26382758c17f7a10722d79c9d9e76cfdcbec4025 /graphics/gdk-pixbuf2 | |
parent | 59a799756aa52f9ed48089f0b1d56e7ab3767594 (diff) | |
download | pkgsrc-b17b61bbb57b3ba00e104979349545eabf23f4fe.tar.gz |
gdk-pixbuf2: Add xgettext to USE_TOOLS.
Diffstat (limited to 'graphics/gdk-pixbuf2')
-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 |