diff options
author | reinoud <reinoud@pkgsrc.org> | 2021-03-31 08:52:27 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2021-03-31 08:52:27 +0000 |
commit | 50fa6488fda4c305fb545444d46b105dfb9934e2 (patch) | |
tree | e6cf607b75ec46808ecc7fa9c14a181948a1dfec /emulators/qemu/Makefile | |
parent | 342d115e4ab49cb363a85de30c2a198a78aec224 (diff) | |
download | pkgsrc-50fa6488fda4c305fb545444d46b105dfb9934e2.tar.gz |
Add support for the enhanced NVMM found in -current
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index e8fe2ae4910..d513760c182 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.268 2021/03/19 13:24:15 reinoud Exp $ +# $NetBSD: Makefile,v 1.269 2021/03/31 08:52:27 reinoud Exp $ DISTNAME= qemu-5.2.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz |