summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2013-10-26 13:39:37 +0000
committerasau <asau@pkgsrc.org>2013-10-26 13:39:37 +0000
commit8375f8d3ae3971a6a21f506d3d71caa4d5b63a9d (patch)
tree785a13e79b0e145a886352d6fe3d114cb753a4c1 /emulators/qemu
parent1b53e5af01209c1db5fcd73628711abf75c81dce (diff)
downloadpkgsrc-8375f8d3ae3971a6a21f506d3d71caa4d5b63a9d.tar.gz
It needs bison to build.
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 077d268affa..13a79ea67ef 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2013/10/13 12:37:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.118 2013/10/26 13:39:37 asau Exp $
DISTNAME= qemu-1.6.1
CATEGORIES= emulators
@@ -16,7 +16,7 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-*
# As a workaround, use emulators/qemu0.
NOT_FOR_PLATFORM= NetBSD-5*-*
-USE_TOOLS+= gmake makeinfo perl:build pkg-config
+USE_TOOLS+= bison gmake makeinfo perl:build pkg-config
USE_NCURSES= yes # requires resize_term()
UNLIMIT_RESOURCES= datasize
HAS_CONFIGURE= yes