diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-02-25 20:20:02 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-02-25 20:20:02 +0000 |
commit | 9d387f37b88cbfc6571b20387fdce23f62ee6cc9 (patch) | |
tree | eead61024be15f52780d557f8189fca9295cd6a4 | |
parent | 7c5edbc31939f7ef098d52c992f77ce7e472626b (diff) | |
download | ports-9d387f37b88cbfc6571b20387fdce23f62ee6cc9.tar.gz ports-9d387f37b88cbfc6571b20387fdce23f62ee6cc9.zip |
Notes
-rw-r--r-- | emulators/qemu/Makefile | 3 |
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 |