pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: meson does not use gmake. ninja i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ac0c3c80949
branches: trunk
changeset: 449977:9ac0c3c80949
user: nia <nia%pkgsrc.org@localhost>
date: Thu Apr 08 15:17:49 2021 +0000
description:
qemu: meson does not use gmake. ninja is TOOL_DEPENDS.
diffstat:
emulators/qemu/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r ebc1c8fdf15b -r 9ac0c3c80949 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Thu Apr 08 13:29:42 2021 +0000
+++ b/emulators/qemu/Makefile Thu Apr 08 15:17:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.273 2021/04/08 13:18:04 nia Exp $
+# $NetBSD: Makefile,v 1.274 2021/04/08 15:17:49 nia Exp $
DISTNAME= qemu-5.2.0
PKGREVISION= 6
@@ -11,11 +11,11 @@
COMMENT= CPU emulator using dynamic translation
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd
-BUILD_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
+TOOL_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
USE_CURSES= resize_term wide
USE_LANGUAGES+= c c++
-USE_TOOLS+= bison flex gmake makeinfo perl:build pod2man pkg-config
+USE_TOOLS+= bison flex makeinfo perl:build pod2man pkg-config
UNLIMIT_RESOURCES= datasize
HAS_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index