pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 11:33:16 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/gdk-pixbuf2/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/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.45 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.46
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.45   Sun Mar  8 16:47:46 2020
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Mon Apr 12 11:33:16 2021
@@ -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"
 



Home | Main Index | Thread Index | Old Index