diff options
author | nia <nia@pkgsrc.org> | 2021-04-12 11:33:16 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-12 11:33:16 +0000 |
commit | 5a17236cd227f0a2acf34198410421cc6cb02ce4 (patch) | |
tree | 2ca3d79684e8dc34a9a41b4baba285b02053e76a /graphics/gdk-pixbuf2 | |
parent | d62583d129bf8646f0a7e718f4ac5321581a696c (diff) | |
download | pkgsrc-5a17236cd227f0a2acf34198410421cc6cb02ce4.tar.gz |
gdk-pixbuf2: remove gmake dependency, set PYTHON_FOR_BUILD_ONLY
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 596a3b72c30..f3e7149f6bc 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2020/03/08 16:47:46 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2021/04/12 11:33:16 nia Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -16,7 +16,7 @@ CONFLICTS+= gtk2+<2.22 .include "../../graphics/gdk-pixbuf2/Makefile.version" -USE_TOOLS+= gmake pkg-config xgettext +USE_TOOLS+= pkg-config xgettext MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf MESON_ARGS+= -D installed_tests=false @@ -26,6 +26,7 @@ PKGCONFIG_OVERRIDE_STAGE= pre-install PKGCONFIG_OVERRIDE= output/meson-private/gdk-pixbuf-2.0.pc PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_FOR_BUILD_ONLY= tool .include "../../lang/python/pyversion.mk" |