summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2012-01-25 17:22:33 +0000
committerjakllsch <jakllsch@pkgsrc.org>2012-01-25 17:22:33 +0000
commitddcea2a11379299d7c059398a00f1d05af0cfbc5 (patch)
treecd146ca7c2ab2623f4429c060ef01d8f5b869d91 /emulators/qemu
parentde26489f3be274a91f8fb167b82947cab9e47bf2 (diff)
downloadpkgsrc-ddcea2a11379299d7c059398a00f1d05af0cfbc5.tar.gz
Enable dependency on curl for http://-backed block devices.
Additionally qemu "curses" support wants terminfo support. pkgrev++.
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index e5c39861dfa..fde8fc8f509 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2011/10/19 18:45:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.85 2012/01/25 17:22:33 jakllsch Exp $
DISTNAME= qemu-0.15.1
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
@@ -119,6 +120,8 @@ post-install:
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/extension.mk"
+.include "../../www/curl/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"