diff options
author | roy <roy@pkgsrc.org> | 2017-01-17 09:10:11 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-17 09:10:11 +0000 |
commit | 1f803678b3d6ea700ddf7650ed7c48bc9acf10f6 (patch) | |
tree | 24b8158fb343542a876c6b6fc9b9d627c7b41ebe /emulators/qemu/Makefile | |
parent | f26e6c920880e6ece9e75418fe47d635747c6e63 (diff) | |
download | pkgsrc-1f803678b3d6ea700ddf7650ed7c48bc9acf10f6.tar.gz |
qemu requires resize_term and wide curses. Thanks to kamil@ and sorry to pgoyette@.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 3c50005a0be..b3a12c4e064 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2017/01/08 02:26:47 kamil Exp $ +# $NetBSD: Makefile,v 1.163 2017/01/17 09:10:11 roy Exp $ DISTNAME= qemu-2.8.0 PKGREVISION= 1 @@ -17,6 +17,7 @@ NOT_FOR_PLATFORM+= NetBSD-1.[0-6]*-* NOT_FOR_PLATFORM+= NetBSD-5*-* USE_TOOLS+= bison gmake makeinfo perl:build pkg-config +USE_CURSES= resize_term wide FAKE_NCURSES= yes UNLIMIT_RESOURCES= datasize HAS_CONFIGURE= yes |