summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorasau <asau>2013-10-26 13:39:37 +0000
committerasau <asau>2013-10-26 13:39:37 +0000
commita6b09bff9eb5df98f312656c93b0cebaa9c4ade4 (patch)
tree785a13e79b0e145a886352d6fe3d114cb753a4c1 /emulators
parent753671ecf6184d7ea2a928bf09cc9ec083f23ca0 (diff)
downloadpkgsrc-a6b09bff9eb5df98f312656c93b0cebaa9c4ade4.tar.gz
It needs bison to build.
Diffstat (limited to 'emulators')
-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