diff options
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 72ca81557d9..c113b25463d 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2014/04/18 15:50:16 adam Exp $ +# $NetBSD: Makefile,v 1.125 2014/04/23 20:07:48 wiz Exp $ DISTNAME= qemu-2.0.0 CATEGORIES= emulators @@ -11,10 +11,10 @@ COMMENT= CPU emulator using dynamic translation LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd CONFLICTS+= qemu-bin-[0-9]* -NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-* +NOT_FOR_PLATFORM+= NetBSD-1.[0-6]*-* # qemu 1 does not work on NetBSD-5; see http://gnats.netbsd.org/46565. # As a workaround, use emulators/qemu0. -NOT_FOR_PLATFORM= NetBSD-5*-* +NOT_FOR_PLATFORM+= NetBSD-5*-* USE_TOOLS+= bison gmake makeinfo perl:build pkg-config USE_NCURSES= yes # requires resize_term() |