summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorroy <roy>2017-01-17 09:10:11 +0000
committerroy <roy>2017-01-17 09:10:11 +0000
commit1cbe9af761b5321297d2aabf3f79fca773c2128f (patch)
treeea405847ef91f9d3e88ca74fc2cce1c1afdd1cb0 /emulators
parentf42691701967e42661ba8d1c63d50fce2f28e33d (diff)
downloadpkgsrc-1cbe9af761b5321297d2aabf3f79fca773c2128f.tar.gz
qemu requires resize_term and wide curses. Thanks to kamil@ and sorry to pgoyette@.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile3
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