pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr  8 15:17:49 UTC 2021

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: meson does not use gmake. ninja is TOOL_DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 pkgsrc/emulators/qemu/Makefile

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

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.273 pkgsrc/emulators/qemu/Makefile:1.274
--- pkgsrc/emulators/qemu/Makefile:1.273        Thu Apr  8 13:18:04 2021
+++ pkgsrc/emulators/qemu/Makefile      Thu Apr  8 15:17:49 2021
@@ -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 @@ HOMEPAGE=   http://www.qemu-project.org/
 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