pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2-xlib gdk-pixbuf2-xlib: remove gma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58cd8ed6fe9e
branches:  trunk
changeset: 450161:58cd8ed6fe9e
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Apr 12 12:07:35 2021 +0000

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

diffstat:

 graphics/gdk-pixbuf2-xlib/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r e75e914d7157 -r 58cd8ed6fe9e graphics/gdk-pixbuf2-xlib/Makefile
--- a/graphics/gdk-pixbuf2-xlib/Makefile        Mon Apr 12 11:33:16 2021 +0000
+++ b/graphics/gdk-pixbuf2-xlib/Makefile        Mon Apr 12 12:07:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/07/28 05:11:21 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2021/04/12 12:07:35 nia Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       gdk-pixbuf2-xlib-${PIXBUF2_VERSION}
@@ -19,7 +19,7 @@
 
 .include "../../graphics/gdk-pixbuf2/Makefile.version"
 
-USE_TOOLS+=    gmake msgfmt pkg-config
+USE_TOOLS+=    msgfmt pkg-config
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf
 
 MESON_ARGS+=                   -D installed_tests=false
@@ -27,6 +27,8 @@
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE=            output/meson-private/gdk-pixbuf-xlib-2.0.pc
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 post-install:
        ${RM} -rf ${DESTDIR}${PREFIX}/*
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include



Home | Main Index | Thread Index | Old Index