summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-08 15:23:31 +0000
committernia <nia@pkgsrc.org>2021-04-08 15:23:31 +0000
commit0ac35fdf633711da7618b8b5ffccfbc89af1adbc (patch)
treec90dedc7c138a50539b8eb6e9e6bb3a19095b341 /emulators
parentc12bb4be8d54f9af2c5a11bc28f699a71d2cbf9c (diff)
downloadpkgsrc-0ac35fdf633711da7618b8b5ffccfbc89af1adbc.tar.gz
qemu: python is not a runtime dependency
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 027abcb3678..12a9305822d 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.274 2021/04/08 15:17:49 nia Exp $
+# $NetBSD: Makefile,v 1.275 2021/04/08 15:23:31 nia Exp $
DISTNAME= qemu-5.2.0
PKGREVISION= 6
@@ -149,6 +149,8 @@ PRINT_PLIST_AWK+= /\/_static\// { next; }
TEST_TARGET= check
+PYTHON_FOR_BUILD_ONLY= tool
+
post-extract:
cp ${WRKDIR}/palcode-clipper ${WRKSRC}/pc-bios/palcode-clipper
cp ${FILESDIR}/hw-mips-mipssim_virtio.c ${WRKSRC}/hw/mips/mipssim_virtio.c
@@ -182,7 +184,7 @@ post-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/tool.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"