summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-12 13:23:36 +0000
committernia <nia@pkgsrc.org>2021-04-12 13:23:36 +0000
commitbb5598623f8b85d6646231b16a292f5f78eecd7c (patch)
tree520c16bceaac077ecbe0bf3d7649f1d749e3d6ac /graphics
parent62244b47d1cc4eb2967fef6825a7244df92bc99b (diff)
downloadpkgsrc-bb5598623f8b85d6646231b16a292f5f78eecd7c.tar.gz
graphene: set PYTHON_FOR_BUILD_ONLY
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphene/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/graphene/Makefile b/graphics/graphene/Makefile
index 5fe0c72590a..ea1802f6fd2 100644
--- a/graphics/graphene/Makefile
+++ b/graphics/graphene/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/09/06 13:24:40 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/12 13:23:36 nia Exp $
DISTNAME= graphene-1.10.2
CATEGORIES= graphics
@@ -18,6 +18,8 @@ MESON_ARGS+= -Dintrospection=true
MESON_ARGS+= -Dtests=false
MESON_ARGS+= -Dinstalled_tests=false
+PYTHON_FOR_BUILD_ONLY= tool
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/meson/build.mk"