summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorjakllsch <jakllsch>2012-01-25 17:22:33 +0000
committerjakllsch <jakllsch>2012-01-25 17:22:33 +0000
commit689ce5c750399af5c4b46b35e4cb35e869ef360e (patch)
treecd146ca7c2ab2623f4429c060ef01d8f5b869d91 /emulators/qemu
parent6c527294d78eb407866199f526a8447820cab8be (diff)
downloadpkgsrc-689ce5c750399af5c4b46b35e4cb35e869ef360e.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"