pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2-xlib



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 12:07:36 UTC 2021

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2-xlib: Makefile

Log Message:
gdk-pixbuf2-xlib: remove gmake dependency, set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.29 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.30
--- pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.29      Tue Jul 28 05:11:21 2020
+++ pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile   Mon Apr 12 12:07:35 2021
@@ -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 @@ CONFLICTS+=   gtk2+<2.22
 
 .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 @@ MESON_ARGS+=                  -D x11=true
 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