summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-02-25 20:20:02 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-02-25 20:20:02 +0000
commit9d387f37b88cbfc6571b20387fdce23f62ee6cc9 (patch)
treeeead61024be15f52780d557f8189fca9295cd6a4 /emulators/qemu/Makefile
parentUpdate distinfo to unbreak build. (diff)
- Add kqemu-kmod-devel to RUN_DEPENDS (if enabled.)
- Bump PORTREVISION. PR: ports/154984 Submitted by: David Demelier <demelier.david@gmail.com>
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 009a7df939a4..997e45950c8d 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qemu
PORTVERSION= 0.11.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://bellard.org/qemu/
@@ -86,6 +86,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba34
.if defined(WITH_KQEMU)
BUILD_DEPENDS+= kqemu-kmod-devel>=1.4.0pre1:${PORTSDIR}/emulators/kqemu-kmod-devel
+RUN_DEPENDS+= kqemu-kmod-devel>=1.4.0pre1:${PORTSDIR}/emulators/kqemu-kmod-devel
.else
CONFIGURE_ARGS+= --disable-kqemu
.endif