pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2 gdk-pixbuf2: remove gmake depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e75e914d7157
branches:  trunk
changeset: 450160:e75e914d7157
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Apr 12 11:33:16 2021 +0000

description:
gdk-pixbuf2: remove gmake dependency, set PYTHON_FOR_BUILD_ONLY

diffstat:

 graphics/gdk-pixbuf2/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7c290931f12a -r e75e914d7157 graphics/gdk-pixbuf2/Makefile
--- a/graphics/gdk-pixbuf2/Makefile     Mon Apr 12 11:29:19 2021 +0000
+++ b/graphics/gdk-pixbuf2/Makefile     Mon Apr 12 11:33:16 2021 +0000
@@ -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 @@
 
 .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=            output/meson-private/gdk-pixbuf-2.0.pc
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_FOR_BUILD_ONLY=         tool
 
 .include "../../lang/python/pyversion.mk"
 



Home | Main Index | Thread Index | Old Index